Shades of Neon Blue #404AF8
Tints of Neon Blue #404AF8
RGB
CMYK
RGB Variations
Color information
#404AF8 (or 0x404AF8) is known color: Neon Blue. HEX triplet: 40, 4A and F8. RGB value is (64,74,248). Sum of RGB (Red+Green+Blue) = 64+74+248=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 248 (97.27% from 255 or 64.25% from 386); Max value from RGB is 248 - color contains mainly: blue. Hex color #404AF8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404AF8 is #BFB507. Grayscale: #5A5A5A. Windows color (decimal): -12563720 or 16271936. OLE color: 16271936.
HSL color Cylindrical-coordinate representation of color #404AF8: hue angle of 236.74º 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 #404AF8 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 74 | 248 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.03 |
| HSL | 236.74º | 0.93% | 0.61% | - |
| HSV(B) | 236.74º | 0.74% | 0.97% | - |
| XYZ | 21.51 | 12.76 | 90.14 | - |
| YUV | 90.85 | 216.69 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 248 | 0.74 | 0.70 | 0 | 0.03 | 236.74 | 0.93 | 0.61 |
| Hex | 40 | 4A | F8 | 4A | 46 | 0 | 3 | ED | 5D | 3D |
| Octal | 100 | 112 | 370 | 112 | 106 | 0 | 3 | 355 | 135 | 75 |
| Binary | 1000000 | 1001010 | 11111000 | 1001010 | 1000110 | 0 | 11 | 11101101 | 1011101 | 111101 |
Color Harmonies of #404AF8
Complementary color
Monochromatic Colors of #404AF8
Black with #404AF8
Text Example
Text Example
White with #404AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404AF8; }
p { color: rgb(64,74,248); }
H1.HeaderClassName
{
color: #404AF8;
}
.AnyTagClassName
{
color: #404AF8;
}
</style>
background-color css
<style>
a { background-color: #404AF8; }
a { background-color: rgb(64,74,248); }
div.DivClassName
{
background-color: #404AF8;
}
.BgClassName
{
background-color: #404AF8;
}
</style>
border-color css
<style>
span { border-color: #404AF8; }
span { border-color: rgb(64,74,248); }
td.TdClassName
{
border-color: #404AF8;
}
.TagClassName
{
border-color: #404AF8;
}
</style>