Shades of Neon Blue #404AFB
Tints of Neon Blue #404AFB
RGB
CMYK
RGB Variations
Color information
#404AFB (or 0x404AFB) is known color: Neon Blue. HEX triplet: 40, 4A and FB. RGB value is (64,74,251). Sum of RGB (Red+Green+Blue) = 64+74+251=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #404AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404AFB is #BFB504. Grayscale: #5A5A5A. Windows color (decimal): -12563717 or 16468544. OLE color: 16468544.
HSL color Cylindrical-coordinate representation of color #404AFB: hue angle of 236.79º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404AFB is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 74 | 251 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.02 |
| HSL | 236.79º | 0.96% | 0.62% | - |
| HSV(B) | 236.79º | 0.75% | 0.98% | - |
| XYZ | 21.98 | 12.95 | 92.61 | - |
| YUV | 91.19 | 218.19 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 251 | 0.75 | 0.71 | 0 | 0.02 | 236.79 | 0.96 | 0.62 |
| Hex | 40 | 4A | FB | 4B | 47 | 0 | 2 | ED | 60 | 3E |
| Octal | 100 | 112 | 373 | 113 | 107 | 0 | 2 | 355 | 140 | 76 |
| Binary | 1000000 | 1001010 | 11111011 | 1001011 | 1000111 | 0 | 10 | 11101101 | 1100000 | 111110 |
Color Harmonies of #404AFB
Complementary color
Monochromatic Colors of #404AFB
Black with #404AFB
Text Example
Text Example
White with #404AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404AFB; }
p { color: rgb(64,74,251); }
H1.HeaderClassName
{
color: #404AFB;
}
.AnyTagClassName
{
color: #404AFB;
}
</style>
background-color css
<style>
a { background-color: #404AFB; }
a { background-color: rgb(64,74,251); }
div.DivClassName
{
background-color: #404AFB;
}
.BgClassName
{
background-color: #404AFB;
}
</style>
border-color css
<style>
span { border-color: #404AFB; }
span { border-color: rgb(64,74,251); }
td.TdClassName
{
border-color: #404AFB;
}
.TagClassName
{
border-color: #404AFB;
}
</style>