Shades of Neon Blue #2049FF
Tints of Neon Blue #2049FF
RGB
CMYK
RGB Variations
Color information
#2049FF (or 0x2049FF) is known color: Neon Blue. HEX triplet: 20, 49 and FF. RGB value is (32,73,255). Sum of RGB (Red+Green+Blue) = 32+73+255=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #2049FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2049FF is #DFB600. Grayscale: #505050. Windows color (decimal): -14661121 or 16730400. OLE color: 16730400.
HSL color Cylindrical-coordinate representation of color #2049FF: hue angle of 228.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2049FF is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 73 | 255 | - |
| CMYK | 0.87 | 0.71 | 0 | 0 |
| HSL | 228.97º | 1% | 0.56% | - |
| HSV(B) | 228.97º | 0.87% | 1% | - |
| XYZ | 21.03 | 12.29 | 95.87 | - |
| YUV | 81.49 | 225.92 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 255 | 0.87 | 0.71 | 0 | 0 | 228.97 | 1 | 0.56 |
| Hex | 20 | 49 | FF | 57 | 47 | 0 | 0 | E5 | 64 | 38 |
| Octal | 40 | 111 | 377 | 127 | 107 | 0 | 0 | 345 | 144 | 70 |
| Binary | 100000 | 1001001 | 11111111 | 1010111 | 1000111 | 0 | 0 | 11100101 | 1100100 | 111000 |
Color Harmonies of #2049FF
Complementary color
Monochromatic Colors of #2049FF
Black with #2049FF
Text Example
Text Example
White with #2049FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2049FF; }
p { color: rgb(32,73,255); }
H1.HeaderClassName
{
color: #2049FF;
}
.AnyTagClassName
{
color: #2049FF;
}
</style>
background-color css
<style>
a { background-color: #2049FF; }
a { background-color: rgb(32,73,255); }
div.DivClassName
{
background-color: #2049FF;
}
.BgClassName
{
background-color: #2049FF;
}
</style>
border-color css
<style>
span { border-color: #2049FF; }
span { border-color: rgb(32,73,255); }
td.TdClassName
{
border-color: #2049FF;
}
.TagClassName
{
border-color: #2049FF;
}
</style>