Shades of Neon Blue #414CED
Tints of Neon Blue #414CED
RGB
CMYK
RGB Variations
Color information
#414CED (or 0x414CED) is known color: Neon Blue. HEX triplet: 41, 4C and ED. RGB value is (65,76,237). Sum of RGB (Red+Green+Blue) = 65+76+237=378 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.20% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #414CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #414CED is #BEB312. Grayscale: #5A5A5A. Windows color (decimal): -12497683 or 15551553. OLE color: 15551553.
HSL color Cylindrical-coordinate representation of color #414CED: hue angle of 236.16º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #414CED is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 76 | 237 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.07 |
| HSL | 236.16º | 0.83% | 0.59% | - |
| HSV(B) | 236.16º | 0.73% | 0.93% | - |
| XYZ | 20.05 | 12.41 | 81.46 | - |
| YUV | 91.07 | 210.36 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 237 | 0.73 | 0.68 | 0 | 0.07 | 236.16 | 0.83 | 0.59 |
| Hex | 41 | 4C | ED | 49 | 44 | 0 | 7 | EC | 53 | 3B |
| Octal | 101 | 114 | 355 | 111 | 104 | 0 | 7 | 354 | 123 | 73 |
| Binary | 1000001 | 1001100 | 11101101 | 1001001 | 1000100 | 0 | 111 | 11101100 | 1010011 | 111011 |
Color Harmonies of #414CED
Complementary color
Monochromatic Colors of #414CED
Black with #414CED
Text Example
Text Example
White with #414CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414CED; }
p { color: rgb(65,76,237); }
H1.HeaderClassName
{
color: #414CED;
}
.AnyTagClassName
{
color: #414CED;
}
</style>
background-color css
<style>
a { background-color: #414CED; }
a { background-color: rgb(65,76,237); }
div.DivClassName
{
background-color: #414CED;
}
.BgClassName
{
background-color: #414CED;
}
</style>
border-color css
<style>
span { border-color: #414CED; }
span { border-color: rgb(65,76,237); }
td.TdClassName
{
border-color: #414CED;
}
.TagClassName
{
border-color: #414CED;
}
</style>