Shades of Neon Blue #413FF8
Tints of Neon Blue #413FF8
RGB
CMYK
RGB Variations
Color information
#413FF8 (or 0x413FF8) is known color: Neon Blue. HEX triplet: 41, 3F and F8. RGB value is (65,63,248). Sum of RGB (Red+Green+Blue) = 65+63+248=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 248 (97.27% from 255 or 65.96% from 376); Max value from RGB is 248 - color contains mainly: blue. Hex color #413FF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #413FF8 is #BEC007. Grayscale: #535353. Windows color (decimal): -12501000 or 16269121. OLE color: 16269121.
HSL color Cylindrical-coordinate representation of color #413FF8: hue angle of 240.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #413FF8 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 63 | 248 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.03 |
| HSL | 240.65º | 0.93% | 0.61% | - |
| HSV(B) | 240.65º | 0.75% | 0.97% | - |
| XYZ | 20.9 | 11.46 | 89.92 | - |
| YUV | 84.69 | 220.16 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 248 | 0.74 | 0.75 | 0 | 0.03 | 240.65 | 0.93 | 0.61 |
| Hex | 41 | 3F | F8 | 4A | 4B | 0 | 3 | F1 | 5D | 3D |
| Octal | 101 | 77 | 370 | 112 | 113 | 0 | 3 | 361 | 135 | 75 |
| Binary | 1000001 | 111111 | 11111000 | 1001010 | 1001011 | 0 | 11 | 11110001 | 1011101 | 111101 |
Color Harmonies of #413FF8
Complementary color
Monochromatic Colors of #413FF8
Black with #413FF8
Text Example
Text Example
White with #413FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FF8; }
p { color: rgb(65,63,248); }
H1.HeaderClassName
{
color: #413FF8;
}
.AnyTagClassName
{
color: #413FF8;
}
</style>
background-color css
<style>
a { background-color: #413FF8; }
a { background-color: rgb(65,63,248); }
div.DivClassName
{
background-color: #413FF8;
}
.BgClassName
{
background-color: #413FF8;
}
</style>
border-color css
<style>
span { border-color: #413FF8; }
span { border-color: rgb(65,63,248); }
td.TdClassName
{
border-color: #413FF8;
}
.TagClassName
{
border-color: #413FF8;
}
</style>