Shades of Neon Blue #1040FE
Tints of Neon Blue #1040FE
RGB
CMYK
RGB Variations
Color information
#1040FE (or 0x1040FE) is known color: Neon Blue. HEX triplet: 10, 40 and FE. RGB value is (16,64,254). Sum of RGB (Red+Green+Blue) = 16+64+254=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 254 (99.61% from 255 or 76.05% from 334); Max value from RGB is 254 - color contains mainly: blue. Hex color #1040FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1040FE is #EFBF01. Grayscale: #464646. Windows color (decimal): -15712002 or 16662544. OLE color: 16662544.
HSL color Cylindrical-coordinate representation of color #1040FE: hue angle of 227.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1040FE is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 64 | 254 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.00 |
| HSL | 227.9º | 0.99% | 0.53% | - |
| HSV(B) | 227.9º | 0.94% | 1% | - |
| XYZ | 19.94 | 10.93 | 94.83 | - |
| YUV | 71.31 | 231.1 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 254 | 0.94 | 0.75 | 0 | 0.00 | 227.9 | 0.99 | 0.53 |
| Hex | 10 | 40 | FE | 5E | 4B | 0 | 0 | E4 | 63 | 35 |
| Octal | 20 | 100 | 376 | 136 | 113 | 0 | 0 | 344 | 143 | 65 |
| Binary | 10000 | 1000000 | 11111110 | 1011110 | 1001011 | 0 | 0 | 11100100 | 1100011 | 110101 |
Color Harmonies of #1040FE
Complementary color
Monochromatic Colors of #1040FE
Black with #1040FE
Text Example
Text Example
White with #1040FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1040FE; }
p { color: rgb(16,64,254); }
H1.HeaderClassName
{
color: #1040FE;
}
.AnyTagClassName
{
color: #1040FE;
}
</style>
background-color css
<style>
a { background-color: #1040FE; }
a { background-color: rgb(16,64,254); }
div.DivClassName
{
background-color: #1040FE;
}
.BgClassName
{
background-color: #1040FE;
}
</style>
border-color css
<style>
span { border-color: #1040FE; }
span { border-color: rgb(16,64,254); }
td.TdClassName
{
border-color: #1040FE;
}
.TagClassName
{
border-color: #1040FE;
}
</style>