Shades of Neon Blue #405AF8
Tints of Neon Blue #405AF8
RGB
CMYK
RGB Variations
Color information
#405AF8 (or 0x405AF8) is known color: Neon Blue. HEX triplet: 40, 5A and F8. RGB value is (64,90,248). Sum of RGB (Red+Green+Blue) = 64+90+248=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 248 (97.27% from 255 or 61.69% from 402); Max value from RGB is 248 - color contains mainly: blue. Hex color #405AF8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405AF8 is #BFA507. Grayscale: #636363. Windows color (decimal): -12559624 or 16276032. OLE color: 16276032.
HSL color Cylindrical-coordinate representation of color #405AF8: hue angle of 231.52º 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 #405AF8 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 90 | 248 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.03 |
| HSL | 231.52º | 0.93% | 0.61% | - |
| HSV(B) | 231.52º | 0.74% | 0.97% | - |
| XYZ | 22.71 | 15.18 | 90.54 | - |
| YUV | 100.24 | 211.39 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 248 | 0.74 | 0.64 | 0 | 0.03 | 231.52 | 0.93 | 0.61 |
| Hex | 40 | 5A | F8 | 4A | 40 | 0 | 3 | E8 | 5D | 3D |
| Octal | 100 | 132 | 370 | 112 | 100 | 0 | 3 | 350 | 135 | 75 |
| Binary | 1000000 | 1011010 | 11111000 | 1001010 | 1000000 | 0 | 11 | 11101000 | 1011101 | 111101 |
Color Harmonies of #405AF8
Complementary color
Monochromatic Colors of #405AF8
Black with #405AF8
Text Example
Text Example
White with #405AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405AF8; }
p { color: rgb(64,90,248); }
H1.HeaderClassName
{
color: #405AF8;
}
.AnyTagClassName
{
color: #405AF8;
}
</style>
background-color css
<style>
a { background-color: #405AF8; }
a { background-color: rgb(64,90,248); }
div.DivClassName
{
background-color: #405AF8;
}
.BgClassName
{
background-color: #405AF8;
}
</style>
border-color css
<style>
span { border-color: #405AF8; }
span { border-color: rgb(64,90,248); }
td.TdClassName
{
border-color: #405AF8;
}
.TagClassName
{
border-color: #405AF8;
}
</style>