Shades of Neon Blue #423CE8
Tints of Neon Blue #423CE8
RGB
CMYK
RGB Variations
Color information
#423CE8 (or 0x423CE8) is known color: Neon Blue. HEX triplet: 42, 3C and E8. RGB value is (66,60,232). Sum of RGB (Red+Green+Blue) = 66+60+232=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #423CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #423CE8 is #BDC317. Grayscale: #505050. Windows color (decimal): -12436248 or 15219778. OLE color: 15219778.
HSL color Cylindrical-coordinate representation of color #423CE8: hue angle of 242.09º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #423CE8 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 66 | 60 | 232 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.09 |
| HSL | 242.09º | 0.79% | 0.57% | - |
| HSV(B) | 242.09º | 0.74% | 0.91% | - |
| XYZ | 18.43 | 10.22 | 77.34 | - |
| YUV | 81.4 | 212.99 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 232 | 0.72 | 0.74 | 0 | 0.09 | 242.09 | 0.79 | 0.57 |
| Hex | 42 | 3C | E8 | 48 | 4A | 0 | 9 | F2 | 4F | 39 |
| Octal | 102 | 74 | 350 | 110 | 112 | 0 | 11 | 362 | 117 | 71 |
| Binary | 1000010 | 111100 | 11101000 | 1001000 | 1001010 | 0 | 1001 | 11110010 | 1001111 | 111001 |
Color Harmonies of #423CE8
Complementary color
Monochromatic Colors of #423CE8
Black with #423CE8
Text Example
Text Example
White with #423CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CE8; }
p { color: rgb(66,60,232); }
H1.HeaderClassName
{
color: #423CE8;
}
.AnyTagClassName
{
color: #423CE8;
}
</style>
background-color css
<style>
a { background-color: #423CE8; }
a { background-color: rgb(66,60,232); }
div.DivClassName
{
background-color: #423CE8;
}
.BgClassName
{
background-color: #423CE8;
}
</style>
border-color css
<style>
span { border-color: #423CE8; }
span { border-color: rgb(66,60,232); }
td.TdClassName
{
border-color: #423CE8;
}
.TagClassName
{
border-color: #423CE8;
}
</style>