Shades of Neon Blue #405EF8
Tints of Neon Blue #405EF8
RGB
CMYK
RGB Variations
Color information
#405EF8 (or 0x405EF8) is known color: Neon Blue. HEX triplet: 40, 5E and F8. RGB value is (64,94,248). Sum of RGB (Red+Green+Blue) = 64+94+248=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 248 (97.27% from 255 or 61.08% from 406); Max value from RGB is 248 - color contains mainly: blue. Hex color #405EF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405EF8 is #BFA107. Grayscale: #656565. Windows color (decimal): -12558600 or 16277056. OLE color: 16277056.
HSL color Cylindrical-coordinate representation of color #405EF8: hue angle of 230.22º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405EF8 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 94 | 248 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.03 |
| HSL | 230.22º | 0.93% | 0.61% | - |
| HSV(B) | 230.22º | 0.74% | 0.97% | - |
| XYZ | 23.06 | 15.87 | 90.66 | - |
| YUV | 102.59 | 210.06 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 248 | 0.74 | 0.62 | 0 | 0.03 | 230.22 | 0.93 | 0.61 |
| Hex | 40 | 5E | F8 | 4A | 3E | 0 | 3 | E6 | 5D | 3D |
| Octal | 100 | 136 | 370 | 112 | 76 | 0 | 3 | 346 | 135 | 75 |
| Binary | 1000000 | 1011110 | 11111000 | 1001010 | 111110 | 0 | 11 | 11100110 | 1011101 | 111101 |
Color Harmonies of #405EF8
Complementary color
Monochromatic Colors of #405EF8
Black with #405EF8
Text Example
Text Example
White with #405EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405EF8; }
p { color: rgb(64,94,248); }
H1.HeaderClassName
{
color: #405EF8;
}
.AnyTagClassName
{
color: #405EF8;
}
</style>
background-color css
<style>
a { background-color: #405EF8; }
a { background-color: rgb(64,94,248); }
div.DivClassName
{
background-color: #405EF8;
}
.BgClassName
{
background-color: #405EF8;
}
</style>
border-color css
<style>
span { border-color: #405EF8; }
span { border-color: rgb(64,94,248); }
td.TdClassName
{
border-color: #405EF8;
}
.TagClassName
{
border-color: #405EF8;
}
</style>