Shades of Neon Blue #413CEF
Tints of Neon Blue #413CEF
RGB
CMYK
RGB Variations
Color information
#413CEF (or 0x413CEF) is known color: Neon Blue. HEX triplet: 41, 3C and EF. RGB value is (65,60,239). Sum of RGB (Red+Green+Blue) = 65+60+239=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 60 (23.83% from 255 or 16.48% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #413CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413CEF is #BEC310. Grayscale: #515151. Windows color (decimal): -12501777 or 15678529. OLE color: 15678529.
HSL color Cylindrical-coordinate representation of color #413CEF: hue angle of 241.68º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413CEF is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 60 | 239 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.06 |
| HSL | 241.68º | 0.85% | 0.59% | - |
| HSV(B) | 241.68º | 0.75% | 0.94% | - |
| XYZ | 19.38 | 10.59 | 82.68 | - |
| YUV | 81.9 | 216.66 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 239 | 0.73 | 0.75 | 0 | 0.06 | 241.68 | 0.85 | 0.59 |
| Hex | 41 | 3C | EF | 49 | 4B | 0 | 6 | F2 | 55 | 3B |
| Octal | 101 | 74 | 357 | 111 | 113 | 0 | 6 | 362 | 125 | 73 |
| Binary | 1000001 | 111100 | 11101111 | 1001001 | 1001011 | 0 | 110 | 11110010 | 1010101 | 111011 |
Color Harmonies of #413CEF
Complementary color
Monochromatic Colors of #413CEF
Black with #413CEF
Text Example
Text Example
White with #413CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CEF; }
p { color: rgb(65,60,239); }
H1.HeaderClassName
{
color: #413CEF;
}
.AnyTagClassName
{
color: #413CEF;
}
</style>
background-color css
<style>
a { background-color: #413CEF; }
a { background-color: rgb(65,60,239); }
div.DivClassName
{
background-color: #413CEF;
}
.BgClassName
{
background-color: #413CEF;
}
</style>
border-color css
<style>
span { border-color: #413CEF; }
span { border-color: rgb(65,60,239); }
td.TdClassName
{
border-color: #413CEF;
}
.TagClassName
{
border-color: #413CEF;
}
</style>