Shades of Neon Blue #404BFC
Tints of Neon Blue #404BFC
RGB
CMYK
RGB Variations
Color information
#404BFC (or 0x404BFC) is known color: Neon Blue. HEX triplet: 40, 4B and FC. RGB value is (64,75,252). Sum of RGB (Red+Green+Blue) = 64+75+252=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #404BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BFC is #BFB403. Grayscale: #5B5B5B. Windows color (decimal): -12563460 or 16534336. OLE color: 16534336.
HSL color Cylindrical-coordinate representation of color #404BFC: hue angle of 236.49º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #404BFC is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 75 | 252 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.01 |
| HSL | 236.49º | 0.97% | 0.62% | - |
| HSV(B) | 236.49º | 0.75% | 0.99% | - |
| XYZ | 22.2 | 13.15 | 93.46 | - |
| YUV | 91.89 | 218.36 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 252 | 0.75 | 0.70 | 0 | 0.01 | 236.49 | 0.97 | 0.62 |
| Hex | 40 | 4B | FC | 4B | 46 | 0 | 1 | EC | 61 | 3E |
| Octal | 100 | 113 | 374 | 113 | 106 | 0 | 1 | 354 | 141 | 76 |
| Binary | 1000000 | 1001011 | 11111100 | 1001011 | 1000110 | 0 | 1 | 11101100 | 1100001 | 111110 |
Color Harmonies of #404BFC
Complementary color
Monochromatic Colors of #404BFC
Black with #404BFC
Text Example
Text Example
White with #404BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BFC; }
p { color: rgb(64,75,252); }
H1.HeaderClassName
{
color: #404BFC;
}
.AnyTagClassName
{
color: #404BFC;
}
</style>
background-color css
<style>
a { background-color: #404BFC; }
a { background-color: rgb(64,75,252); }
div.DivClassName
{
background-color: #404BFC;
}
.BgClassName
{
background-color: #404BFC;
}
</style>
border-color css
<style>
span { border-color: #404BFC; }
span { border-color: rgb(64,75,252); }
td.TdClassName
{
border-color: #404BFC;
}
.TagClassName
{
border-color: #404BFC;
}
</style>