Shades of Neon Blue #1042FD
Tints of Neon Blue #1042FD
RGB
CMYK
RGB Variations
Color information
#1042FD (or 0x1042FD) is known color: Neon Blue. HEX triplet: 10, 42 and FD. RGB value is (16,66,253). Sum of RGB (Red+Green+Blue) = 16+66+253=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 253 (99.22% from 255 or 75.52% from 335); Max value from RGB is 253 - color contains mainly: blue. Hex color #1042FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1042FD is #EFBD02. Grayscale: #474747. Windows color (decimal): -15711491 or 16597520. OLE color: 16597520.
HSL color Cylindrical-coordinate representation of color #1042FD: hue angle of 227.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1042FD is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 66 | 253 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.01 |
| HSL | 227.34º | 0.98% | 0.53% | - |
| HSV(B) | 227.34º | 0.94% | 0.99% | - |
| XYZ | 19.89 | 11.1 | 94.02 | - |
| YUV | 72.37 | 229.94 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 66 | 253 | 0.94 | 0.74 | 0 | 0.01 | 227.34 | 0.98 | 0.53 |
| Hex | 10 | 42 | FD | 5E | 4A | 0 | 1 | E3 | 62 | 35 |
| Octal | 20 | 102 | 375 | 136 | 112 | 0 | 1 | 343 | 142 | 65 |
| Binary | 10000 | 1000010 | 11111101 | 1011110 | 1001010 | 0 | 1 | 11100011 | 1100010 | 110101 |
Color Harmonies of #1042FD
Complementary color
Monochromatic Colors of #1042FD
Black with #1042FD
Text Example
Text Example
White with #1042FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1042FD; }
p { color: rgb(16,66,253); }
H1.HeaderClassName
{
color: #1042FD;
}
.AnyTagClassName
{
color: #1042FD;
}
</style>
background-color css
<style>
a { background-color: #1042FD; }
a { background-color: rgb(16,66,253); }
div.DivClassName
{
background-color: #1042FD;
}
.BgClassName
{
background-color: #1042FD;
}
</style>
border-color css
<style>
span { border-color: #1042FD; }
span { border-color: rgb(16,66,253); }
td.TdClassName
{
border-color: #1042FD;
}
.TagClassName
{
border-color: #1042FD;
}
</style>