Shades of Neon Blue #0E40FC
Tints of Neon Blue #0E40FC
RGB
CMYK
RGB Variations
Color information
#0E40FC (or 0x0E40FC) is known color: Neon Blue. HEX triplet: 0E, 40 and FC. RGB value is (14,64,252). Sum of RGB (Red+Green+Blue) = 14+64+252=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E40FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0E40FC is #F1BF03. Grayscale: #454545. Windows color (decimal): -15843076 or 16531470. OLE color: 16531470.
HSL color Cylindrical-coordinate representation of color #0E40FC: hue angle of 227.39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E40FC is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 14 | 64 | 252 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.01 |
| HSL | 227.4º | 0.98% | 0.52% | - |
| HSV(B) | 227.4º | 0.94% | 0.99% | - |
| XYZ | 19.59 | 10.79 | 93.15 | - |
| YUV | 70.48 | 230.44 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 64 | 252 | 0.94 | 0.75 | 0 | 0.01 | 227.4 | 0.98 | 0.52 |
| Hex | E | 40 | FC | 5E | 4B | 0 | 1 | E3 | 62 | 34 |
| Octal | 16 | 100 | 374 | 136 | 113 | 0 | 1 | 343 | 142 | 64 |
| Binary | 1110 | 1000000 | 11111100 | 1011110 | 1001011 | 0 | 1 | 11100011 | 1100010 | 110100 |
Color Harmonies of #0E40FC
Complementary color
Monochromatic Colors of #0E40FC
Black with #0E40FC
Text Example
Text Example
White with #0E40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E40FC; }
p { color: rgb(14,64,252); }
H1.HeaderClassName
{
color: #0E40FC;
}
.AnyTagClassName
{
color: #0E40FC;
}
</style>
background-color css
<style>
a { background-color: #0E40FC; }
a { background-color: rgb(14,64,252); }
div.DivClassName
{
background-color: #0E40FC;
}
.BgClassName
{
background-color: #0E40FC;
}
</style>
border-color css
<style>
span { border-color: #0E40FC; }
span { border-color: rgb(14,64,252); }
td.TdClassName
{
border-color: #0E40FC;
}
.TagClassName
{
border-color: #0E40FC;
}
</style>