Shades of Neon Blue #2049F9
Tints of Neon Blue #2049F9
RGB
CMYK
RGB Variations
Color information
#2049F9 (or 0x2049F9) is known color: Neon Blue. HEX triplet: 20, 49 and F9. RGB value is (32,73,249). Sum of RGB (Red+Green+Blue) = 32+73+249=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 249 (97.66% from 255 or 70.34% from 354); Max value from RGB is 249 - color contains mainly: blue. Hex color #2049F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2049F9 is #DFB606. Grayscale: #505050. Windows color (decimal): -14661127 or 16337184. OLE color: 16337184.
HSL color Cylindrical-coordinate representation of color #2049F9: hue angle of 228.66º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2049F9 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 73 | 249 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.02 |
| HSL | 228.66º | 0.95% | 0.55% | - |
| HSV(B) | 228.66º | 0.87% | 0.98% | - |
| XYZ | 20.08 | 11.91 | 90.86 | - |
| YUV | 80.81 | 222.92 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 73 | 249 | 0.87 | 0.71 | 0 | 0.02 | 228.66 | 0.95 | 0.55 |
| Hex | 20 | 49 | F9 | 57 | 47 | 0 | 2 | E5 | 5F | 37 |
| Octal | 40 | 111 | 371 | 127 | 107 | 0 | 2 | 345 | 137 | 67 |
| Binary | 100000 | 1001001 | 11111001 | 1010111 | 1000111 | 0 | 10 | 11100101 | 1011111 | 110111 |
Color Harmonies of #2049F9
Complementary color
Monochromatic Colors of #2049F9
Black with #2049F9
Text Example
Text Example
White with #2049F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2049F9; }
p { color: rgb(32,73,249); }
H1.HeaderClassName
{
color: #2049F9;
}
.AnyTagClassName
{
color: #2049F9;
}
</style>
background-color css
<style>
a { background-color: #2049F9; }
a { background-color: rgb(32,73,249); }
div.DivClassName
{
background-color: #2049F9;
}
.BgClassName
{
background-color: #2049F9;
}
</style>
border-color css
<style>
span { border-color: #2049F9; }
span { border-color: rgb(32,73,249); }
td.TdClassName
{
border-color: #2049F9;
}
.TagClassName
{
border-color: #2049F9;
}
</style>