Shades of Neon Blue #603FE6
Tints of Neon Blue #603FE6
RGB
CMYK
RGB Variations
Color information
#603FE6 (or 0x603FE6) is known color: Neon Blue. HEX triplet: 60, 3F and E6. RGB value is (96,63,230). Sum of RGB (Red+Green+Blue) = 96+63+230=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 230 (90.23% from 255 or 59.13% from 389); Max value from RGB is 230 - color contains mainly: blue. Hex color #603FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603FE6 is #9FC019. Grayscale: #5B5B5B. Windows color (decimal): -10469402 or 15089504. OLE color: 15089504.
HSL color Cylindrical-coordinate representation of color #603FE6: hue angle of 251.86º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #603FE6 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 63 | 230 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.10 |
| HSL | 251.86º | 0.77% | 0.57% | - |
| HSV(B) | 251.86º | 0.73% | 0.9% | - |
| XYZ | 20.88 | 11.75 | 76.03 | - |
| YUV | 91.91 | 205.93 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 230 | 0.58 | 0.73 | 0 | 0.10 | 251.86 | 0.77 | 0.57 |
| Hex | 60 | 3F | E6 | 3A | 49 | 0 | A | FC | 4D | 39 |
| Octal | 140 | 77 | 346 | 72 | 111 | 0 | 12 | 374 | 115 | 71 |
| Binary | 1100000 | 111111 | 11100110 | 111010 | 1001001 | 0 | 1010 | 11111100 | 1001101 | 111001 |
Color Harmonies of #603FE6
Complementary color
Monochromatic Colors of #603FE6
Black with #603FE6
Text Example
Text Example
White with #603FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603FE6; }
p { color: rgb(96,63,230); }
H1.HeaderClassName
{
color: #603FE6;
}
.AnyTagClassName
{
color: #603FE6;
}
</style>
background-color css
<style>
a { background-color: #603FE6; }
a { background-color: rgb(96,63,230); }
div.DivClassName
{
background-color: #603FE6;
}
.BgClassName
{
background-color: #603FE6;
}
</style>
border-color css
<style>
span { border-color: #603FE6; }
span { border-color: rgb(96,63,230); }
td.TdClassName
{
border-color: #603FE6;
}
.TagClassName
{
border-color: #603FE6;
}
</style>