Shades of Neon Blue #404BF4
Tints of Neon Blue #404BF4
RGB
CMYK
RGB Variations
Color information
#404BF4 (or 0x404BF4) is known color: Neon Blue. HEX triplet: 40, 4B and F4. RGB value is (64,75,244). Sum of RGB (Red+Green+Blue) = 64+75+244=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 75 (29.69% from 255 or 19.58% from 383); Blue value is 244 (95.70% from 255 or 63.71% from 383); Max value from RGB is 244 - color contains mainly: blue. Hex color #404BF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BF4 is #BFB40B. Grayscale: #5A5A5A. Windows color (decimal): -12563468 or 16010048. OLE color: 16010048.
HSL color Cylindrical-coordinate representation of color #404BF4: hue angle of 236.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404BF4 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 75 | 244 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.04 |
| HSL | 236.33º | 0.89% | 0.6% | - |
| HSV(B) | 236.33º | 0.74% | 0.96% | - |
| XYZ | 20.96 | 12.65 | 86.93 | - |
| YUV | 90.98 | 214.36 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 244 | 0.74 | 0.69 | 0 | 0.04 | 236.33 | 0.89 | 0.6 |
| Hex | 40 | 4B | F4 | 4A | 45 | 0 | 4 | EC | 59 | 3C |
| Octal | 100 | 113 | 364 | 112 | 105 | 0 | 4 | 354 | 131 | 74 |
| Binary | 1000000 | 1001011 | 11110100 | 1001010 | 1000101 | 0 | 100 | 11101100 | 1011001 | 111100 |
Color Harmonies of #404BF4
Complementary color
Monochromatic Colors of #404BF4
Black with #404BF4
Text Example
Text Example
White with #404BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BF4; }
p { color: rgb(64,75,244); }
H1.HeaderClassName
{
color: #404BF4;
}
.AnyTagClassName
{
color: #404BF4;
}
</style>
background-color css
<style>
a { background-color: #404BF4; }
a { background-color: rgb(64,75,244); }
div.DivClassName
{
background-color: #404BF4;
}
.BgClassName
{
background-color: #404BF4;
}
</style>
border-color css
<style>
span { border-color: #404BF4; }
span { border-color: rgb(64,75,244); }
td.TdClassName
{
border-color: #404BF4;
}
.TagClassName
{
border-color: #404BF4;
}
</style>