Shades of Neon Blue #1449FE
Tints of Neon Blue #1449FE
RGB
CMYK
RGB Variations
Color information
#1449FE (or 0x1449FE) is known color: Neon Blue. HEX triplet: 14, 49 and FE. RGB value is (20,73,254). Sum of RGB (Red+Green+Blue) = 20+73+254=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #1449FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1449FE is #EBB601. Grayscale: #4D4D4D. Windows color (decimal): -15447554 or 16664852. OLE color: 16664852.
HSL color Cylindrical-coordinate representation of color #1449FE: hue angle of 226.41º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1449FE is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 73 | 254 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.00 |
| HSL | 226.41º | 0.99% | 0.54% | - |
| HSV(B) | 226.41º | 0.92% | 1% | - |
| XYZ | 20.56 | 12.07 | 95.01 | - |
| YUV | 77.79 | 227.44 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 73 | 254 | 0.92 | 0.71 | 0 | 0.00 | 226.41 | 0.99 | 0.54 |
| Hex | 14 | 49 | FE | 5C | 47 | 0 | 0 | E2 | 63 | 36 |
| Octal | 24 | 111 | 376 | 134 | 107 | 0 | 0 | 342 | 143 | 66 |
| Binary | 10100 | 1001001 | 11111110 | 1011100 | 1000111 | 0 | 0 | 11100010 | 1100011 | 110110 |
Color Harmonies of #1449FE
Complementary color
Monochromatic Colors of #1449FE
Black with #1449FE
Text Example
Text Example
White with #1449FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1449FE; }
p { color: rgb(20,73,254); }
H1.HeaderClassName
{
color: #1449FE;
}
.AnyTagClassName
{
color: #1449FE;
}
</style>
background-color css
<style>
a { background-color: #1449FE; }
a { background-color: rgb(20,73,254); }
div.DivClassName
{
background-color: #1449FE;
}
.BgClassName
{
background-color: #1449FE;
}
</style>
border-color css
<style>
span { border-color: #1449FE; }
span { border-color: rgb(20,73,254); }
td.TdClassName
{
border-color: #1449FE;
}
.TagClassName
{
border-color: #1449FE;
}
</style>