Shades of Neon Blue #2047FF
Tints of Neon Blue #2047FF
RGB
CMYK
RGB Variations
Color information
#2047FF (or 0x2047FF) is known color: Neon Blue. HEX triplet: 20, 47 and FF. RGB value is (32,71,255). Sum of RGB (Red+Green+Blue) = 32+71+255=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #2047FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2047FF is #DFB800. Grayscale: #4F4F4F. Windows color (decimal): -14661633 or 16729888. OLE color: 16729888.
HSL color Cylindrical-coordinate representation of color #2047FF: hue angle of 229.51º 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 #2047FF is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 71 | 255 | - |
| CMYK | 0.87 | 0.72 | 0 | 0 |
| HSL | 229.51º | 1% | 0.56% | - |
| HSV(B) | 229.51º | 0.87% | 1% | - |
| XYZ | 20.9 | 12.03 | 95.83 | - |
| YUV | 80.32 | 226.58 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 71 | 255 | 0.87 | 0.72 | 0 | 0 | 229.51 | 1 | 0.56 |
| Hex | 20 | 47 | FF | 57 | 48 | 0 | 0 | E6 | 64 | 38 |
| Octal | 40 | 107 | 377 | 127 | 110 | 0 | 0 | 346 | 144 | 70 |
| Binary | 100000 | 1000111 | 11111111 | 1010111 | 1001000 | 0 | 0 | 11100110 | 1100100 | 111000 |
Color Harmonies of #2047FF
Complementary color
Monochromatic Colors of #2047FF
Black with #2047FF
Text Example
Text Example
White with #2047FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2047FF; }
p { color: rgb(32,71,255); }
H1.HeaderClassName
{
color: #2047FF;
}
.AnyTagClassName
{
color: #2047FF;
}
</style>
background-color css
<style>
a { background-color: #2047FF; }
a { background-color: rgb(32,71,255); }
div.DivClassName
{
background-color: #2047FF;
}
.BgClassName
{
background-color: #2047FF;
}
</style>
border-color css
<style>
span { border-color: #2047FF; }
span { border-color: rgb(32,71,255); }
td.TdClassName
{
border-color: #2047FF;
}
.TagClassName
{
border-color: #2047FF;
}
</style>