Shades of Neon Blue #4948EC
Tints of Neon Blue #4948EC
RGB
CMYK
RGB Variations
Color information
#4948EC (or 0x4948EC) is known color: Neon Blue. HEX triplet: 49, 48 and EC. RGB value is (73,72,236). Sum of RGB (Red+Green+Blue) = 73+72+236=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #4948EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4948EC is #B6B713. Grayscale: #5A5A5A. Windows color (decimal): -11974420 or 15485001. OLE color: 15485001.
HSL color Cylindrical-coordinate representation of color #4948EC: hue angle of 240.37º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4948EC is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 72 | 236 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.07 |
| HSL | 240.37º | 0.81% | 0.6% | - |
| HSV(B) | 240.37º | 0.69% | 0.93% | - |
| XYZ | 20.21 | 12.11 | 80.63 | - |
| YUV | 91 | 209.83 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 236 | 0.69 | 0.69 | 0 | 0.07 | 240.37 | 0.81 | 0.6 |
| Hex | 49 | 48 | EC | 45 | 45 | 0 | 7 | F0 | 51 | 3C |
| Octal | 111 | 110 | 354 | 105 | 105 | 0 | 7 | 360 | 121 | 74 |
| Binary | 1001001 | 1001000 | 11101100 | 1000101 | 1000101 | 0 | 111 | 11110000 | 1010001 | 111100 |
Color Harmonies of #4948EC
Complementary color
Monochromatic Colors of #4948EC
Black with #4948EC
Text Example
Text Example
White with #4948EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4948EC; }
p { color: rgb(73,72,236); }
H1.HeaderClassName
{
color: #4948EC;
}
.AnyTagClassName
{
color: #4948EC;
}
</style>
background-color css
<style>
a { background-color: #4948EC; }
a { background-color: rgb(73,72,236); }
div.DivClassName
{
background-color: #4948EC;
}
.BgClassName
{
background-color: #4948EC;
}
</style>
border-color css
<style>
span { border-color: #4948EC; }
span { border-color: rgb(73,72,236); }
td.TdClassName
{
border-color: #4948EC;
}
.TagClassName
{
border-color: #4948EC;
}
</style>