🔢

RGB to HEX Converter

Convert RGB color values to HEX codes with live preview

RGB to HEX

              
            

RGB to HEX Color Conversion

RGB (Red, Green, Blue) is the standard color model for digital displays. Each channel has a value from 0-255. Our converter instantly translates these values to the 6-digit HEX code used in HTML, CSS, and graphic design software.

Conversion Formula

To convert RGB to HEX, each value (0-255) is converted to a 2-digit hexadecimal number. For example: rgb(99, 102, 241) → #6366F1 because 99=63, 102=66, 241=F1 in hexadecimal.