Shades of Neon Blue #1144FE
Tints of Neon Blue #1144FE
RGB
CMYK
RGB Variations
Color information
#1144FE (or 0x1144FE) is known color: Neon Blue. HEX triplet: 11, 44 and FE. RGB value is (17,68,254). Sum of RGB (Red+Green+Blue) = 17+68+254=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 254 (99.61% from 255 or 74.93% from 339); Max value from RGB is 254 - color contains mainly: blue. Hex color #1144FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1144FE is #EEBB01. Grayscale: #494949. Windows color (decimal): -15645442 or 16663569. OLE color: 16663569.
HSL color Cylindrical-coordinate representation of color #1144FE: hue angle of 227.09º 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 #1144FE is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 68 | 254 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.00 |
| HSL | 227.09º | 0.99% | 0.53% | - |
| HSV(B) | 227.09º | 0.93% | 1% | - |
| XYZ | 20.19 | 11.41 | 94.9 | - |
| YUV | 73.96 | 229.6 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 68 | 254 | 0.93 | 0.73 | 0 | 0.00 | 227.09 | 0.99 | 0.53 |
| Hex | 11 | 44 | FE | 5D | 49 | 0 | 0 | E3 | 63 | 35 |
| Octal | 21 | 104 | 376 | 135 | 111 | 0 | 0 | 343 | 143 | 65 |
| Binary | 10001 | 1000100 | 11111110 | 1011101 | 1001001 | 0 | 0 | 11100011 | 1100011 | 110101 |
Color Harmonies of #1144FE
Complementary color
Monochromatic Colors of #1144FE
Black with #1144FE
Text Example
Text Example
White with #1144FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1144FE; }
p { color: rgb(17,68,254); }
H1.HeaderClassName
{
color: #1144FE;
}
.AnyTagClassName
{
color: #1144FE;
}
</style>
background-color css
<style>
a { background-color: #1144FE; }
a { background-color: rgb(17,68,254); }
div.DivClassName
{
background-color: #1144FE;
}
.BgClassName
{
background-color: #1144FE;
}
</style>
border-color css
<style>
span { border-color: #1144FE; }
span { border-color: rgb(17,68,254); }
td.TdClassName
{
border-color: #1144FE;
}
.TagClassName
{
border-color: #1144FE;
}
</style>