Shades of Neon Blue #404FEF
Tints of Neon Blue #404FEF
RGB
CMYK
RGB Variations
Color information
#404FEF (or 0x404FEF) is known color: Neon Blue. HEX triplet: 40, 4F and EF. RGB value is (64,79,239). Sum of RGB (Red+Green+Blue) = 64+79+239=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #404FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #404FEF is #BFB010. Grayscale: #5C5C5C. Windows color (decimal): -12562449 or 15683392. OLE color: 15683392.
HSL color Cylindrical-coordinate representation of color #404FEF: hue angle of 234.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404FEF is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 79 | 239 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.06 |
| HSL | 234.86º | 0.85% | 0.59% | - |
| HSV(B) | 234.86º | 0.73% | 0.94% | - |
| XYZ | 20.49 | 12.91 | 83.07 | - |
| YUV | 92.76 | 210.53 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 239 | 0.73 | 0.67 | 0 | 0.06 | 234.86 | 0.85 | 0.59 |
| Hex | 40 | 4F | EF | 49 | 43 | 0 | 6 | EB | 55 | 3B |
| Octal | 100 | 117 | 357 | 111 | 103 | 0 | 6 | 353 | 125 | 73 |
| Binary | 1000000 | 1001111 | 11101111 | 1001001 | 1000011 | 0 | 110 | 11101011 | 1010101 | 111011 |
Color Harmonies of #404FEF
Complementary color
Monochromatic Colors of #404FEF
Black with #404FEF
Text Example
Text Example
White with #404FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FEF; }
p { color: rgb(64,79,239); }
H1.HeaderClassName
{
color: #404FEF;
}
.AnyTagClassName
{
color: #404FEF;
}
</style>
background-color css
<style>
a { background-color: #404FEF; }
a { background-color: rgb(64,79,239); }
div.DivClassName
{
background-color: #404FEF;
}
.BgClassName
{
background-color: #404FEF;
}
</style>
border-color css
<style>
span { border-color: #404FEF; }
span { border-color: rgb(64,79,239); }
td.TdClassName
{
border-color: #404FEF;
}
.TagClassName
{
border-color: #404FEF;
}
</style>