Shades of Neon Blue #603EEC
Tints of Neon Blue #603EEC
RGB
CMYK
RGB Variations
Color information
#603EEC (or 0x603EEC) is known color: Neon Blue. HEX triplet: 60, 3E and EC. RGB value is (96,62,236). Sum of RGB (Red+Green+Blue) = 96+62+236=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #603EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603EEC is #9FC113. Grayscale: #5B5B5B. Windows color (decimal): -10469652 or 15482464. OLE color: 15482464.
HSL color Cylindrical-coordinate representation of color #603EEC: hue angle of 251.72º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603EEC is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 62 | 236 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.07 |
| HSL | 251.72º | 0.82% | 0.58% | - |
| HSV(B) | 251.72º | 0.74% | 0.93% | - |
| XYZ | 21.69 | 11.99 | 80.53 | - |
| YUV | 92 | 209.26 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 236 | 0.59 | 0.74 | 0 | 0.07 | 251.72 | 0.82 | 0.58 |
| Hex | 60 | 3E | EC | 3B | 4A | 0 | 7 | FC | 52 | 3A |
| Octal | 140 | 76 | 354 | 73 | 112 | 0 | 7 | 374 | 122 | 72 |
| Binary | 1100000 | 111110 | 11101100 | 111011 | 1001010 | 0 | 111 | 11111100 | 1010010 | 111010 |
Color Harmonies of #603EEC
Complementary color
Monochromatic Colors of #603EEC
Black with #603EEC
Text Example
Text Example
White with #603EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603EEC; }
p { color: rgb(96,62,236); }
H1.HeaderClassName
{
color: #603EEC;
}
.AnyTagClassName
{
color: #603EEC;
}
</style>
background-color css
<style>
a { background-color: #603EEC; }
a { background-color: rgb(96,62,236); }
div.DivClassName
{
background-color: #603EEC;
}
.BgClassName
{
background-color: #603EEC;
}
</style>
border-color css
<style>
span { border-color: #603EEC; }
span { border-color: rgb(96,62,236); }
td.TdClassName
{
border-color: #603EEC;
}
.TagClassName
{
border-color: #603EEC;
}
</style>