Shades of Neon Blue #2048FA
Tints of Neon Blue #2048FA
RGB
CMYK
RGB Variations
Color information
#2048FA (or 0x2048FA) is known color: Neon Blue. HEX triplet: 20, 48 and FA. RGB value is (32,72,250). Sum of RGB (Red+Green+Blue) = 32+72+250=354 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.04% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #2048FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2048FA is #DFB705. Grayscale: #4F4F4F. Windows color (decimal): -14661382 or 16402464. OLE color: 16402464.
HSL color Cylindrical-coordinate representation of color #2048FA: hue angle of 228.99º degrees, saturation: 0.96, 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 #2048FA is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 72 | 250 | - |
| CMYK | 0.87 | 0.71 | 0 | 0.02 |
| HSL | 228.99º | 0.96% | 0.55% | - |
| HSV(B) | 228.99º | 0.87% | 0.98% | - |
| XYZ | 20.17 | 11.84 | 91.67 | - |
| YUV | 80.33 | 223.75 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 72 | 250 | 0.87 | 0.71 | 0 | 0.02 | 228.99 | 0.96 | 0.55 |
| Hex | 20 | 48 | FA | 57 | 47 | 0 | 2 | E5 | 60 | 37 |
| Octal | 40 | 110 | 372 | 127 | 107 | 0 | 2 | 345 | 140 | 67 |
| Binary | 100000 | 1001000 | 11111010 | 1010111 | 1000111 | 0 | 10 | 11100101 | 1100000 | 110111 |
Color Harmonies of #2048FA
Complementary color
Monochromatic Colors of #2048FA
Black with #2048FA
Text Example
Text Example
White with #2048FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2048FA; }
p { color: rgb(32,72,250); }
H1.HeaderClassName
{
color: #2048FA;
}
.AnyTagClassName
{
color: #2048FA;
}
</style>
background-color css
<style>
a { background-color: #2048FA; }
a { background-color: rgb(32,72,250); }
div.DivClassName
{
background-color: #2048FA;
}
.BgClassName
{
background-color: #2048FA;
}
</style>
border-color css
<style>
span { border-color: #2048FA; }
span { border-color: rgb(32,72,250); }
td.TdClassName
{
border-color: #2048FA;
}
.TagClassName
{
border-color: #2048FA;
}
</style>