Shades of Neon Blue #414CE8
Tints of Neon Blue #414CE8
RGB
CMYK
RGB Variations
Color information
#414CE8 (or 0x414CE8) is known color: Neon Blue. HEX triplet: 41, 4C and E8. RGB value is (65,76,232). Sum of RGB (Red+Green+Blue) = 65+76+232=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 232 (91.02% from 255 or 62.20% from 373); Max value from RGB is 232 - color contains mainly: blue. Hex color #414CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414CE8 is #BEB317. Grayscale: #595959. Windows color (decimal): -12497688 or 15223873. OLE color: 15223873.
HSL color Cylindrical-coordinate representation of color #414CE8: hue angle of 236.05º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414CE8 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 76 | 232 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.09 |
| HSL | 236.05º | 0.78% | 0.58% | - |
| HSV(B) | 236.05º | 0.72% | 0.91% | - |
| XYZ | 19.33 | 12.12 | 77.66 | - |
| YUV | 90.5 | 207.86 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 232 | 0.72 | 0.67 | 0 | 0.09 | 236.05 | 0.78 | 0.58 |
| Hex | 41 | 4C | E8 | 48 | 43 | 0 | 9 | EC | 4E | 3A |
| Octal | 101 | 114 | 350 | 110 | 103 | 0 | 11 | 354 | 116 | 72 |
| Binary | 1000001 | 1001100 | 11101000 | 1001000 | 1000011 | 0 | 1001 | 11101100 | 1001110 | 111010 |
Color Harmonies of #414CE8
Complementary color
Monochromatic Colors of #414CE8
Black with #414CE8
Text Example
Text Example
White with #414CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CE8; }
p { color: rgb(65,76,232); }
H1.HeaderClassName
{
color: #414CE8;
}
.AnyTagClassName
{
color: #414CE8;
}
</style>
background-color css
<style>
a { background-color: #414CE8; }
a { background-color: rgb(65,76,232); }
div.DivClassName
{
background-color: #414CE8;
}
.BgClassName
{
background-color: #414CE8;
}
</style>
border-color css
<style>
span { border-color: #414CE8; }
span { border-color: rgb(65,76,232); }
td.TdClassName
{
border-color: #414CE8;
}
.TagClassName
{
border-color: #414CE8;
}
</style>