Shades of Neon Blue #603CEA
Tints of Neon Blue #603CEA
RGB
CMYK
RGB Variations
Color information
#603CEA (or 0x603CEA) is known color: Neon Blue. HEX triplet: 60, 3C and EA. RGB value is (96,60,234). Sum of RGB (Red+Green+Blue) = 96+60+234=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #603CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #603CEA is #9FC315. Grayscale: #595959. Windows color (decimal): -10470166 or 15350880. OLE color: 15350880.
HSL color Cylindrical-coordinate representation of color #603CEA: hue angle of 252.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #603CEA is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 60 | 234 | - |
| CMYK | 0.59 | 0.74 | 0 | 0.08 |
| HSL | 252.41º | 0.81% | 0.58% | - |
| HSV(B) | 252.41º | 0.74% | 0.92% | - |
| XYZ | 21.29 | 11.66 | 78.97 | - |
| YUV | 90.6 | 208.93 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 234 | 0.59 | 0.74 | 0 | 0.08 | 252.41 | 0.81 | 0.58 |
| Hex | 60 | 3C | EA | 3B | 4A | 0 | 8 | FC | 51 | 3A |
| Octal | 140 | 74 | 352 | 73 | 112 | 0 | 10 | 374 | 121 | 72 |
| Binary | 1100000 | 111100 | 11101010 | 111011 | 1001010 | 0 | 1000 | 11111100 | 1010001 | 111010 |
Color Harmonies of #603CEA
Complementary color
Monochromatic Colors of #603CEA
Black with #603CEA
Text Example
Text Example
White with #603CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603CEA; }
p { color: rgb(96,60,234); }
H1.HeaderClassName
{
color: #603CEA;
}
.AnyTagClassName
{
color: #603CEA;
}
</style>
background-color css
<style>
a { background-color: #603CEA; }
a { background-color: rgb(96,60,234); }
div.DivClassName
{
background-color: #603CEA;
}
.BgClassName
{
background-color: #603CEA;
}
</style>
border-color css
<style>
span { border-color: #603CEA; }
span { border-color: rgb(96,60,234); }
td.TdClassName
{
border-color: #603CEA;
}
.TagClassName
{
border-color: #603CEA;
}
</style>