Shades of Neon Blue #404DF9
Tints of Neon Blue #404DF9
RGB
CMYK
RGB Variations
Color information
#404DF9 (or 0x404DF9) is known color: Neon Blue. HEX triplet: 40, 4D and F9. RGB value is (64,77,249). Sum of RGB (Red+Green+Blue) = 64+77+249=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #404DF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DF9 is #BFB206. Grayscale: #5C5C5C. Windows color (decimal): -12562951 or 16338240. OLE color: 16338240.
HSL color Cylindrical-coordinate representation of color #404DF9: hue angle of 235.78º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #404DF9 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 77 | 249 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.02 |
| HSL | 235.78º | 0.94% | 0.61% | - |
| HSV(B) | 235.78º | 0.74% | 0.98% | - |
| XYZ | 21.87 | 13.24 | 91.03 | - |
| YUV | 92.72 | 216.19 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 249 | 0.74 | 0.69 | 0 | 0.02 | 235.78 | 0.94 | 0.61 |
| Hex | 40 | 4D | F9 | 4A | 45 | 0 | 2 | EC | 5E | 3D |
| Octal | 100 | 115 | 371 | 112 | 105 | 0 | 2 | 354 | 136 | 75 |
| Binary | 1000000 | 1001101 | 11111001 | 1001010 | 1000101 | 0 | 10 | 11101100 | 1011110 | 111101 |
Color Harmonies of #404DF9
Complementary color
Monochromatic Colors of #404DF9
Black with #404DF9
Text Example
Text Example
White with #404DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DF9; }
p { color: rgb(64,77,249); }
H1.HeaderClassName
{
color: #404DF9;
}
.AnyTagClassName
{
color: #404DF9;
}
</style>
background-color css
<style>
a { background-color: #404DF9; }
a { background-color: rgb(64,77,249); }
div.DivClassName
{
background-color: #404DF9;
}
.BgClassName
{
background-color: #404DF9;
}
</style>
border-color css
<style>
span { border-color: #404DF9; }
span { border-color: rgb(64,77,249); }
td.TdClassName
{
border-color: #404DF9;
}
.TagClassName
{
border-color: #404DF9;
}
</style>