Shades of Neon Blue #413EFC
Tints of Neon Blue #413EFC
RGB
CMYK
RGB Variations
Color information
#413EFC (or 0x413EFC) is known color: Neon Blue. HEX triplet: 41, 3E and FC. RGB value is (65,62,252). Sum of RGB (Red+Green+Blue) = 65+62+252=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #413EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413EFC is #BEC103. Grayscale: #535353. Windows color (decimal): -12501252 or 16531009. OLE color: 16531009.
HSL color Cylindrical-coordinate representation of color #413EFC: hue angle of 240.95º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413EFC is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 65 | 62 | 252 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.01 |
| HSL | 240.95º | 0.97% | 0.62% | - |
| HSV(B) | 240.95º | 0.75% | 0.99% | - |
| XYZ | 21.47 | 11.6 | 93.2 | - |
| YUV | 84.56 | 222.49 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 252 | 0.74 | 0.75 | 0 | 0.01 | 240.95 | 0.97 | 0.62 |
| Hex | 41 | 3E | FC | 4A | 4B | 0 | 1 | F1 | 61 | 3E |
| Octal | 101 | 76 | 374 | 112 | 113 | 0 | 1 | 361 | 141 | 76 |
| Binary | 1000001 | 111110 | 11111100 | 1001010 | 1001011 | 0 | 1 | 11110001 | 1100001 | 111110 |
Color Harmonies of #413EFC
Complementary color
Monochromatic Colors of #413EFC
Black with #413EFC
Text Example
Text Example
White with #413EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413EFC; }
p { color: rgb(65,62,252); }
H1.HeaderClassName
{
color: #413EFC;
}
.AnyTagClassName
{
color: #413EFC;
}
</style>
background-color css
<style>
a { background-color: #413EFC; }
a { background-color: rgb(65,62,252); }
div.DivClassName
{
background-color: #413EFC;
}
.BgClassName
{
background-color: #413EFC;
}
</style>
border-color css
<style>
span { border-color: #413EFC; }
span { border-color: rgb(65,62,252); }
td.TdClassName
{
border-color: #413EFC;
}
.TagClassName
{
border-color: #413EFC;
}
</style>