Shades of Neon Blue #1146FF
Tints of Neon Blue #1146FF
RGB
CMYK
RGB Variations
Color information
#1146FF (or 0x1146FF) is known color: Neon Blue. HEX triplet: 11, 46 and FF. RGB value is (17,70,255). Sum of RGB (Red+Green+Blue) = 17+70+255=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #1146FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1146FF is #EEB900. Grayscale: #4A4A4A. Windows color (decimal): -15644929 or 16729617. OLE color: 16729617.
HSL color Cylindrical-coordinate representation of color #1146FF: hue angle of 226.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1146FF is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 70 | 255 | - |
| CMYK | 0.93 | 0.73 | 0 | 0 |
| HSL | 226.64º | 1% | 0.53% | - |
| HSV(B) | 226.64º | 0.93% | 1% | - |
| XYZ | 20.47 | 11.72 | 95.79 | - |
| YUV | 75.24 | 229.44 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 70 | 255 | 0.93 | 0.73 | 0 | 0 | 226.64 | 1 | 0.53 |
| Hex | 11 | 46 | FF | 5D | 49 | 0 | 0 | E3 | 64 | 35 |
| Octal | 21 | 106 | 377 | 135 | 111 | 0 | 0 | 343 | 144 | 65 |
| Binary | 10001 | 1000110 | 11111111 | 1011101 | 1001001 | 0 | 0 | 11100011 | 1100100 | 110101 |
Color Harmonies of #1146FF
Complementary color
Monochromatic Colors of #1146FF
Black with #1146FF
Text Example
Text Example
White with #1146FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1146FF; }
p { color: rgb(17,70,255); }
H1.HeaderClassName
{
color: #1146FF;
}
.AnyTagClassName
{
color: #1146FF;
}
</style>
background-color css
<style>
a { background-color: #1146FF; }
a { background-color: rgb(17,70,255); }
div.DivClassName
{
background-color: #1146FF;
}
.BgClassName
{
background-color: #1146FF;
}
</style>
border-color css
<style>
span { border-color: #1146FF; }
span { border-color: rgb(17,70,255); }
td.TdClassName
{
border-color: #1146FF;
}
.TagClassName
{
border-color: #1146FF;
}
</style>