Hex to RGB Color Converter

Enter 6 digits hex color code and press the Convert button:

Hex to RGB color table

Color Color

name

Hex (R,G,B)
  Black #000000 (0,0,0)
  White #FFFFFF (255,255,255)
  Red #FF0000 (255,0,0)
  Lime #00FF00 (0,255,0)
  Blue #0000FF (0,0,255)
  Yellow #FFFF00 (255,255,0)
  Cyan #00FFFF (0,255,255)
  Magenta #FF00FF (255,0,255)
  Silver #C0C0C0 (192,192,192)
  Gray #808080 (128,128,128)
  Maroon #800000 (128,0,0)
  Olive #808000 (128,128,0)
  Green #008000 (0,128,0)
  Purple #800080 (128,0,128)
  Teal #008080 (0,128,128)
  Navy #000080 (0,0,128)

Hex to RGB conversion

Here's a simple and clear User Guide for a Hex to RGB Color Converter:


🎨 Hex to RGB Color Converter - User Guide

📘 Overview

The Hex to RGB Color Converter allows you to convert a hexadecimal color code (like #FF5733) into its RGB (Red, Green, Blue) equivalent. This tool is useful for web designers, developers, and anyone working with color formats.


How to Use

  1. Open the Converter Tool
    Launch the Hex to RGB Color Converter from your application or browser.

  2. Enter Hex Code

    • Type or paste your hex color code into the input field.

    • Example formats:

      • #FF5733

      • FF5733

    • Both versions are supported (with or without the # symbol).

  3. Click Convert

    • Press the Convert button.

    • The tool will automatically display the RGB equivalent.

  4. View RGB Output

    • You’ll see the result in the format:
      RGB(255, 87, 51)


🎯 Example

Hex CodeRGB Output
#000000RGB(0, 0, 0)
#FFFFFFRGB(255, 255, 255)
#3498DBRGB(52, 152, 219)

⚠️ Notes

  • Hex codes must be 6 characters long, representing RRGGBB.

  • Invalid entries (e.g., wrong length or non-hex characters) will prompt an error.

  • Some tools also support 3-digit hex codes like #FFF (interpreted as #FFFFFF).


🛠 Features (Optional Enhancements)

  • Copy Button: Copy the RGB output to clipboard.

  • Color Preview: See the color visually displayed.

  • Auto Convert: Converts in real-time as you type.