Shades of Neon Blue #404BFA
Tints of Neon Blue #404BFA
RGB
CMYK
RGB Variations
Color information
#404BFA (or 0x404BFA) is known color: Neon Blue. HEX triplet: 40, 4B and FA. RGB value is (64,75,250). Sum of RGB (Red+Green+Blue) = 64+75+250=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #404BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BFA is #BFB405. Grayscale: #5A5A5A. Windows color (decimal): -12563462 or 16403264. OLE color: 16403264.
HSL color Cylindrical-coordinate representation of color #404BFA: hue angle of 236.45º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404BFA is Cyan = 0.74, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 75 | 250 | - |
| CMYK | 0.74 | 0.7 | 0 | 0.02 |
| HSL | 236.45º | 0.95% | 0.62% | - |
| HSV(B) | 236.45º | 0.74% | 0.98% | - |
| XYZ | 21.89 | 13.02 | 91.8 | - |
| YUV | 91.66 | 217.36 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 250 | 0.74 | 0.7 | 0 | 0.02 | 236.45 | 0.95 | 0.62 |
| Hex | 40 | 4B | FA | 4A | 46 | 0 | 2 | EC | 5F | 3E |
| Octal | 100 | 113 | 372 | 112 | 106 | 0 | 2 | 354 | 137 | 76 |
| Binary | 1000000 | 1001011 | 11111010 | 1001010 | 1000110 | 0 | 10 | 11101100 | 1011111 | 111110 |
Color Harmonies of #404BFA
Complementary color
Monochromatic Colors of #404BFA
Black with #404BFA
Text Example
Text Example
White with #404BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BFA; }
p { color: rgb(64,75,250); }
H1.HeaderClassName
{
color: #404BFA;
}
.AnyTagClassName
{
color: #404BFA;
}
</style>
background-color css
<style>
a { background-color: #404BFA; }
a { background-color: rgb(64,75,250); }
div.DivClassName
{
background-color: #404BFA;
}
.BgClassName
{
background-color: #404BFA;
}
</style>
border-color css
<style>
span { border-color: #404BFA; }
span { border-color: rgb(64,75,250); }
td.TdClassName
{
border-color: #404BFA;
}
.TagClassName
{
border-color: #404BFA;
}
</style>