Shades of Neon Blue #1149FE
Tints of Neon Blue #1149FE
RGB
CMYK
RGB Variations
Color information
#1149FE (or 0x1149FE) is known color: Neon Blue. HEX triplet: 11, 49 and FE. RGB value is (17,73,254). Sum of RGB (Red+Green+Blue) = 17+73+254=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #1149FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1149FE is #EEB601. Grayscale: #4C4C4C. Windows color (decimal): -15644162 or 16664849. OLE color: 16664849.
HSL color Cylindrical-coordinate representation of color #1149FE: hue angle of 225.82º 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 #1149FE is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 73 | 254 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.00 |
| HSL | 225.82º | 0.99% | 0.53% | - |
| HSV(B) | 225.82º | 0.93% | 1% | - |
| XYZ | 20.5 | 12.04 | 95.01 | - |
| YUV | 76.89 | 227.95 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 254 | 0.93 | 0.71 | 0 | 0.00 | 225.82 | 0.99 | 0.53 |
| Hex | 11 | 49 | FE | 5D | 47 | 0 | 0 | E2 | 63 | 35 |
| Octal | 21 | 111 | 376 | 135 | 107 | 0 | 0 | 342 | 143 | 65 |
| Binary | 10001 | 1001001 | 11111110 | 1011101 | 1000111 | 0 | 0 | 11100010 | 1100011 | 110101 |
Color Harmonies of #1149FE
Complementary color
Monochromatic Colors of #1149FE
Black with #1149FE
Text Example
Text Example
White with #1149FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1149FE; }
p { color: rgb(17,73,254); }
H1.HeaderClassName
{
color: #1149FE;
}
.AnyTagClassName
{
color: #1149FE;
}
</style>
background-color css
<style>
a { background-color: #1149FE; }
a { background-color: rgb(17,73,254); }
div.DivClassName
{
background-color: #1149FE;
}
.BgClassName
{
background-color: #1149FE;
}
</style>
border-color css
<style>
span { border-color: #1149FE; }
span { border-color: rgb(17,73,254); }
td.TdClassName
{
border-color: #1149FE;
}
.TagClassName
{
border-color: #1149FE;
}
</style>