Shades of Neon Blue #413EEC
Tints of Neon Blue #413EEC
RGB
CMYK
RGB Variations
Color information
#413EEC (or 0x413EEC) is known color: Neon Blue. HEX triplet: 41, 3E and EC. RGB value is (65,62,236). Sum of RGB (Red+Green+Blue) = 65+62+236=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #413EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413EEC is #BEC113. Grayscale: #525252. Windows color (decimal): -12501268 or 15482433. OLE color: 15482433.
HSL color Cylindrical-coordinate representation of color #413EEC: hue angle of 241.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413EEC is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 65 | 62 | 236 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.07 |
| HSL | 241.03º | 0.82% | 0.58% | - |
| HSV(B) | 241.03º | 0.74% | 0.93% | - |
| XYZ | 19.04 | 10.63 | 80.4 | - |
| YUV | 82.73 | 214.49 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 236 | 0.72 | 0.74 | 0 | 0.07 | 241.03 | 0.82 | 0.58 |
| Hex | 41 | 3E | EC | 48 | 4A | 0 | 7 | F1 | 52 | 3A |
| Octal | 101 | 76 | 354 | 110 | 112 | 0 | 7 | 361 | 122 | 72 |
| Binary | 1000001 | 111110 | 11101100 | 1001000 | 1001010 | 0 | 111 | 11110001 | 1010010 | 111010 |
Color Harmonies of #413EEC
Complementary color
Monochromatic Colors of #413EEC
Black with #413EEC
Text Example
Text Example
White with #413EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EEC; }
p { color: rgb(65,62,236); }
H1.HeaderClassName
{
color: #413EEC;
}
.AnyTagClassName
{
color: #413EEC;
}
</style>
background-color css
<style>
a { background-color: #413EEC; }
a { background-color: rgb(65,62,236); }
div.DivClassName
{
background-color: #413EEC;
}
.BgClassName
{
background-color: #413EEC;
}
</style>
border-color css
<style>
span { border-color: #413EEC; }
span { border-color: rgb(65,62,236); }
td.TdClassName
{
border-color: #413EEC;
}
.TagClassName
{
border-color: #413EEC;
}
</style>