Shades of Neon Blue #404CFA
Tints of Neon Blue #404CFA
RGB
CMYK
RGB Variations
Color information
#404CFA (or 0x404CFA) is known color: Neon Blue. HEX triplet: 40, 4C and FA. RGB value is (64,76,250). Sum of RGB (Red+Green+Blue) = 64+76+250=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #404CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404CFA is #BFB305. Grayscale: #5B5B5B. Windows color (decimal): -12563206 or 16403520. OLE color: 16403520.
HSL color Cylindrical-coordinate representation of color #404CFA: hue angle of 236.13º 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 #404CFA is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 76 | 250 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.02 |
| HSL | 236.13º | 0.95% | 0.62% | - |
| HSV(B) | 236.13º | 0.74% | 0.98% | - |
| XYZ | 21.95 | 13.16 | 91.83 | - |
| YUV | 92.25 | 217.02 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 250 | 0.74 | 0.70 | 0 | 0.02 | 236.13 | 0.95 | 0.62 |
| Hex | 40 | 4C | FA | 4A | 46 | 0 | 2 | EC | 5F | 3E |
| Octal | 100 | 114 | 372 | 112 | 106 | 0 | 2 | 354 | 137 | 76 |
| Binary | 1000000 | 1001100 | 11111010 | 1001010 | 1000110 | 0 | 10 | 11101100 | 1011111 | 111110 |
Color Harmonies of #404CFA
Complementary color
Monochromatic Colors of #404CFA
Black with #404CFA
Text Example
Text Example
White with #404CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CFA; }
p { color: rgb(64,76,250); }
H1.HeaderClassName
{
color: #404CFA;
}
.AnyTagClassName
{
color: #404CFA;
}
</style>
background-color css
<style>
a { background-color: #404CFA; }
a { background-color: rgb(64,76,250); }
div.DivClassName
{
background-color: #404CFA;
}
.BgClassName
{
background-color: #404CFA;
}
</style>
border-color css
<style>
span { border-color: #404CFA; }
span { border-color: rgb(64,76,250); }
td.TdClassName
{
border-color: #404CFA;
}
.TagClassName
{
border-color: #404CFA;
}
</style>