Shades of Neon Blue #4948ED
Tints of Neon Blue #4948ED
RGB
CMYK
RGB Variations
Color information
#4948ED (or 0x4948ED) is known color: Neon Blue. HEX triplet: 49, 48 and ED. RGB value is (73,72,237). Sum of RGB (Red+Green+Blue) = 73+72+237=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 237 (92.97% from 255 or 62.04% from 382); Max value from RGB is 237 - color contains mainly: blue. Hex color #4948ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4948ED is #B6B712. Grayscale: #5A5A5A. Windows color (decimal): -11974419 or 15550537. OLE color: 15550537.
HSL color Cylindrical-coordinate representation of color #4948ED: hue angle of 240.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4948ED is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 72 | 237 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.07 |
| HSL | 240.36º | 0.82% | 0.61% | - |
| HSV(B) | 240.36º | 0.7% | 0.93% | - |
| XYZ | 20.35 | 12.17 | 81.4 | - |
| YUV | 91.11 | 210.33 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 237 | 0.69 | 0.70 | 0 | 0.07 | 240.36 | 0.82 | 0.61 |
| Hex | 49 | 48 | ED | 45 | 46 | 0 | 7 | F0 | 52 | 3D |
| Octal | 111 | 110 | 355 | 105 | 106 | 0 | 7 | 360 | 122 | 75 |
| Binary | 1001001 | 1001000 | 11101101 | 1000101 | 1000110 | 0 | 111 | 11110000 | 1010010 | 111101 |
Color Harmonies of #4948ED
Complementary color
Monochromatic Colors of #4948ED
Black with #4948ED
Text Example
Text Example
White with #4948ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4948ED; }
p { color: rgb(73,72,237); }
H1.HeaderClassName
{
color: #4948ED;
}
.AnyTagClassName
{
color: #4948ED;
}
</style>
background-color css
<style>
a { background-color: #4948ED; }
a { background-color: rgb(73,72,237); }
div.DivClassName
{
background-color: #4948ED;
}
.BgClassName
{
background-color: #4948ED;
}
</style>
border-color css
<style>
span { border-color: #4948ED; }
span { border-color: rgb(73,72,237); }
td.TdClassName
{
border-color: #4948ED;
}
.TagClassName
{
border-color: #4948ED;
}
</style>