Shades of Neon Blue #404DFA
Tints of Neon Blue #404DFA
RGB
CMYK
RGB Variations
Color information
#404DFA (or 0x404DFA) is known color: Neon Blue. HEX triplet: 40, 4D and FA. RGB value is (64,77,250). Sum of RGB (Red+Green+Blue) = 64+77+250=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 250 (98.05% from 255 or 63.94% from 391); Max value from RGB is 250 - color contains mainly: blue. Hex color #404DFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404DFA is #BFB205. Grayscale: #5C5C5C. Windows color (decimal): -12562950 or 16403776. OLE color: 16403776.
HSL color Cylindrical-coordinate representation of color #404DFA: hue angle of 235.81º 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 #404DFA is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 77 | 250 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.02 |
| HSL | 235.81º | 0.95% | 0.62% | - |
| HSV(B) | 235.81º | 0.74% | 0.98% | - |
| XYZ | 22.02 | 13.3 | 91.85 | - |
| YUV | 92.84 | 216.69 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 250 | 0.74 | 0.69 | 0 | 0.02 | 235.81 | 0.95 | 0.62 |
| Hex | 40 | 4D | FA | 4A | 45 | 0 | 2 | EC | 5F | 3E |
| Octal | 100 | 115 | 372 | 112 | 105 | 0 | 2 | 354 | 137 | 76 |
| Binary | 1000000 | 1001101 | 11111010 | 1001010 | 1000101 | 0 | 10 | 11101100 | 1011111 | 111110 |
Color Harmonies of #404DFA
Complementary color
Monochromatic Colors of #404DFA
Black with #404DFA
Text Example
Text Example
White with #404DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DFA; }
p { color: rgb(64,77,250); }
H1.HeaderClassName
{
color: #404DFA;
}
.AnyTagClassName
{
color: #404DFA;
}
</style>
background-color css
<style>
a { background-color: #404DFA; }
a { background-color: rgb(64,77,250); }
div.DivClassName
{
background-color: #404DFA;
}
.BgClassName
{
background-color: #404DFA;
}
</style>
border-color css
<style>
span { border-color: #404DFA; }
span { border-color: rgb(64,77,250); }
td.TdClassName
{
border-color: #404DFA;
}
.TagClassName
{
border-color: #404DFA;
}
</style>