Shades of Neon Blue #1146FE
Tints of Neon Blue #1146FE
RGB
CMYK
RGB Variations
Color information
#1146FE (or 0x1146FE) is known color: Neon Blue. HEX triplet: 11, 46 and FE. RGB value is (17,70,254). Sum of RGB (Red+Green+Blue) = 17+70+254=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #1146FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1146FE is #EEB901. Grayscale: #4A4A4A. Windows color (decimal): -15644930 or 16664081. OLE color: 16664081.
HSL color Cylindrical-coordinate representation of color #1146FE: hue angle of 226.58º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1146FE is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 70 | 254 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.00 |
| HSL | 226.58º | 0.99% | 0.53% | - |
| HSV(B) | 226.58º | 0.93% | 1% | - |
| XYZ | 20.31 | 11.66 | 94.95 | - |
| YUV | 75.13 | 228.94 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 254 | 0.93 | 0.72 | 0 | 0.00 | 226.58 | 0.99 | 0.53 |
| Hex | 11 | 46 | FE | 5D | 48 | 0 | 0 | E3 | 63 | 35 |
| Octal | 21 | 106 | 376 | 135 | 110 | 0 | 0 | 343 | 143 | 65 |
| Binary | 10001 | 1000110 | 11111110 | 1011101 | 1001000 | 0 | 0 | 11100011 | 1100011 | 110101 |
Color Harmonies of #1146FE
Complementary color
Monochromatic Colors of #1146FE
Black with #1146FE
Text Example
Text Example
White with #1146FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1146FE; }
p { color: rgb(17,70,254); }
H1.HeaderClassName
{
color: #1146FE;
}
.AnyTagClassName
{
color: #1146FE;
}
</style>
background-color css
<style>
a { background-color: #1146FE; }
a { background-color: rgb(17,70,254); }
div.DivClassName
{
background-color: #1146FE;
}
.BgClassName
{
background-color: #1146FE;
}
</style>
border-color css
<style>
span { border-color: #1146FE; }
span { border-color: rgb(17,70,254); }
td.TdClassName
{
border-color: #1146FE;
}
.TagClassName
{
border-color: #1146FE;
}
</style>