Shades of Neon Blue #114AFE
Tints of Neon Blue #114AFE
RGB
CMYK
RGB Variations
Color information
#114AFE (or 0x114AFE) is known color: Neon Blue. HEX triplet: 11, 4A and FE. RGB value is (17,74,254). Sum of RGB (Red+Green+Blue) = 17+74+254=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #114AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AFE is #EEB501. Grayscale: #4C4C4C. Windows color (decimal): -15643906 or 16665105. OLE color: 16665105.
HSL color Cylindrical-coordinate representation of color #114AFE: hue angle of 225.57º 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 #114AFE is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 17 | 74 | 254 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.00 |
| HSL | 225.57º | 0.99% | 0.53% | - |
| HSV(B) | 225.57º | 0.93% | 1% | - |
| XYZ | 20.57 | 12.17 | 95.03 | - |
| YUV | 77.48 | 227.62 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 254 | 0.93 | 0.71 | 0 | 0.00 | 225.57 | 0.99 | 0.53 |
| Hex | 11 | 4A | FE | 5D | 47 | 0 | 0 | E2 | 63 | 35 |
| Octal | 21 | 112 | 376 | 135 | 107 | 0 | 0 | 342 | 143 | 65 |
| Binary | 10001 | 1001010 | 11111110 | 1011101 | 1000111 | 0 | 0 | 11100010 | 1100011 | 110101 |
Color Harmonies of #114AFE
Complementary color
Monochromatic Colors of #114AFE
Black with #114AFE
Text Example
Text Example
White with #114AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114AFE; }
p { color: rgb(17,74,254); }
H1.HeaderClassName
{
color: #114AFE;
}
.AnyTagClassName
{
color: #114AFE;
}
</style>
background-color css
<style>
a { background-color: #114AFE; }
a { background-color: rgb(17,74,254); }
div.DivClassName
{
background-color: #114AFE;
}
.BgClassName
{
background-color: #114AFE;
}
</style>
border-color css
<style>
span { border-color: #114AFE; }
span { border-color: rgb(17,74,254); }
td.TdClassName
{
border-color: #114AFE;
}
.TagClassName
{
border-color: #114AFE;
}
</style>