Open converter tool
Use the full converter to switch between RGB565 hex/dec, HEX, RGB, and 0xRRGGBB with live preview.
Convert 16-bit RGB565 colors (like 0x3BDF) into HEX and RGB (0-255) for embedded UI work.
Use the full converter to switch between RGB565 hex/dec, HEX, RGB, and 0xRRGGBB with live preview.
0xF800 → red-ish (R max)
0x07E0 → green-ish (G max)
0x001F → blue-ish (B max)
0xFFFF → white
RGB565 stores color in 16 bits, reducing memory usage and bus bandwidth versus 24-bit RGB. It is common in TFT/LCD frame buffers and SPI display drivers.
It is exact for the 16-bit source value, but expanded 8-bit RGB channels are approximations.
Yes. The converter supports both hex and decimal RGB565 values.
RGB565 Color Picker · Color Code Converter · Image to RGB565 C Array Converter · TFT/SPI Display Bandwidth Calculator