Shades of Neon Blue #114AFF
Tints of Neon Blue #114AFF
RGB
CMYK
RGB Variations
Color information
#114AFF (or 0x114AFF) is known color: Neon Blue. HEX triplet: 11, 4A and FF. RGB value is (17,74,255). Sum of RGB (Red+Green+Blue) = 17+74+255=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #114AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AFF is #EEB500. Grayscale: #4C4C4C. Windows color (decimal): -15643905 or 16730641. OLE color: 16730641.
HSL color Cylindrical-coordinate representation of color #114AFF: hue angle of 225.63º 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 #114AFF is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 74 | 255 | - |
| CMYK | 0.93 | 0.71 | 0 | 0 |
| HSL | 225.63º | 1% | 0.53% | - |
| HSV(B) | 225.63º | 0.93% | 1% | - |
| XYZ | 20.73 | 12.24 | 95.88 | - |
| YUV | 77.59 | 228.12 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 255 | 0.93 | 0.71 | 0 | 0 | 225.63 | 1 | 0.53 |
| Hex | 11 | 4A | FF | 5D | 47 | 0 | 0 | E2 | 64 | 35 |
| Octal | 21 | 112 | 377 | 135 | 107 | 0 | 0 | 342 | 144 | 65 |
| Binary | 10001 | 1001010 | 11111111 | 1011101 | 1000111 | 0 | 0 | 11100010 | 1100100 | 110101 |
Color Harmonies of #114AFF
Complementary color
Monochromatic Colors of #114AFF
Black with #114AFF
Text Example
Text Example
White with #114AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114AFF; }
p { color: rgb(17,74,255); }
H1.HeaderClassName
{
color: #114AFF;
}
.AnyTagClassName
{
color: #114AFF;
}
</style>
background-color css
<style>
a { background-color: #114AFF; }
a { background-color: rgb(17,74,255); }
div.DivClassName
{
background-color: #114AFF;
}
.BgClassName
{
background-color: #114AFF;
}
</style>
border-color css
<style>
span { border-color: #114AFF; }
span { border-color: rgb(17,74,255); }
td.TdClassName
{
border-color: #114AFF;
}
.TagClassName
{
border-color: #114AFF;
}
</style>