Shades of Neon Blue #2149FE
Tints of Neon Blue #2149FE
RGB
CMYK
RGB Variations
Color information
#2149FE (or 0x2149FE) is known color: Neon Blue. HEX triplet: 21, 49 and FE. RGB value is (33,73,254). Sum of RGB (Red+Green+Blue) = 33+73+254=360 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.17% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 254 (99.61% from 255 or 70.56% from 360); Max value from RGB is 254 - color contains mainly: blue. Hex color #2149FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2149FE is #DEB601. Grayscale: #505050. Windows color (decimal): -14595586 or 16664865. OLE color: 16664865.
HSL color Cylindrical-coordinate representation of color #2149FE: hue angle of 229.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2149FE is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 33 | 73 | 254 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.00 |
| HSL | 229.14º | 0.99% | 0.56% | - |
| HSV(B) | 229.14º | 0.87% | 1% | - |
| XYZ | 20.9 | 12.24 | 95.03 | - |
| YUV | 81.67 | 225.25 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 254 | 0.87 | 0.71 | 0 | 0.00 | 229.14 | 0.99 | 0.56 |
| Hex | 21 | 49 | FE | 57 | 47 | 0 | 0 | E5 | 63 | 38 |
| Octal | 41 | 111 | 376 | 127 | 107 | 0 | 0 | 345 | 143 | 70 |
| Binary | 100001 | 1001001 | 11111110 | 1010111 | 1000111 | 0 | 0 | 11100101 | 1100011 | 111000 |
Color Harmonies of #2149FE
Complementary color
Monochromatic Colors of #2149FE
Black with #2149FE
Text Example
Text Example
White with #2149FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2149FE; }
p { color: rgb(33,73,254); }
H1.HeaderClassName
{
color: #2149FE;
}
.AnyTagClassName
{
color: #2149FE;
}
</style>
background-color css
<style>
a { background-color: #2149FE; }
a { background-color: rgb(33,73,254); }
div.DivClassName
{
background-color: #2149FE;
}
.BgClassName
{
background-color: #2149FE;
}
</style>
border-color css
<style>
span { border-color: #2149FE; }
span { border-color: rgb(33,73,254); }
td.TdClassName
{
border-color: #2149FE;
}
.TagClassName
{
border-color: #2149FE;
}
</style>