Shades of Neon Blue #414CEA
Tints of Neon Blue #414CEA
RGB
CMYK
RGB Variations
Color information
#414CEA (or 0x414CEA) is known color: Neon Blue. HEX triplet: 41, 4C and EA. RGB value is (65,76,234). Sum of RGB (Red+Green+Blue) = 65+76+234=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #414CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414CEA is #BEB315. Grayscale: #5A5A5A. Windows color (decimal): -12497686 or 15354945. OLE color: 15354945.
HSL color Cylindrical-coordinate representation of color #414CEA: hue angle of 236.09º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #414CEA is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 65 | 76 | 234 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.08 |
| HSL | 236.09º | 0.8% | 0.59% | - |
| HSV(B) | 236.09º | 0.72% | 0.92% | - |
| XYZ | 19.62 | 12.23 | 79.17 | - |
| YUV | 90.72 | 208.86 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 234 | 0.72 | 0.68 | 0 | 0.08 | 236.09 | 0.8 | 0.59 |
| Hex | 41 | 4C | EA | 48 | 44 | 0 | 8 | EC | 50 | 3B |
| Octal | 101 | 114 | 352 | 110 | 104 | 0 | 10 | 354 | 120 | 73 |
| Binary | 1000001 | 1001100 | 11101010 | 1001000 | 1000100 | 0 | 1000 | 11101100 | 1010000 | 111011 |
Color Harmonies of #414CEA
Complementary color
Monochromatic Colors of #414CEA
Black with #414CEA
Text Example
Text Example
White with #414CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CEA; }
p { color: rgb(65,76,234); }
H1.HeaderClassName
{
color: #414CEA;
}
.AnyTagClassName
{
color: #414CEA;
}
</style>
background-color css
<style>
a { background-color: #414CEA; }
a { background-color: rgb(65,76,234); }
div.DivClassName
{
background-color: #414CEA;
}
.BgClassName
{
background-color: #414CEA;
}
</style>
border-color css
<style>
span { border-color: #414CEA; }
span { border-color: rgb(65,76,234); }
td.TdClassName
{
border-color: #414CEA;
}
.TagClassName
{
border-color: #414CEA;
}
</style>