Shades of Neon Blue #4948EA
Tints of Neon Blue #4948EA
RGB
CMYK
RGB Variations
Color information
#4948EA (or 0x4948EA) is known color: Neon Blue. HEX triplet: 49, 48 and EA. RGB value is (73,72,234). Sum of RGB (Red+Green+Blue) = 73+72+234=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 234 (91.80% from 255 or 61.74% from 379); Max value from RGB is 234 - color contains mainly: blue. Hex color #4948EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4948EA is #B6B715. Grayscale: #5A5A5A. Windows color (decimal): -11974422 or 15353929. OLE color: 15353929.
HSL color Cylindrical-coordinate representation of color #4948EA: hue angle of 240.37º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4948EA is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 72 | 234 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.08 |
| HSL | 240.37º | 0.79% | 0.6% | - |
| HSV(B) | 240.37º | 0.69% | 0.92% | - |
| XYZ | 19.92 | 11.99 | 79.11 | - |
| YUV | 90.77 | 208.83 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 234 | 0.69 | 0.69 | 0 | 0.08 | 240.37 | 0.79 | 0.6 |
| Hex | 49 | 48 | EA | 45 | 45 | 0 | 8 | F0 | 4F | 3C |
| Octal | 111 | 110 | 352 | 105 | 105 | 0 | 10 | 360 | 117 | 74 |
| Binary | 1001001 | 1001000 | 11101010 | 1000101 | 1000101 | 0 | 1000 | 11110000 | 1001111 | 111100 |
Color Harmonies of #4948EA
Complementary color
Monochromatic Colors of #4948EA
Black with #4948EA
Text Example
Text Example
White with #4948EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4948EA; }
p { color: rgb(73,72,234); }
H1.HeaderClassName
{
color: #4948EA;
}
.AnyTagClassName
{
color: #4948EA;
}
</style>
background-color css
<style>
a { background-color: #4948EA; }
a { background-color: rgb(73,72,234); }
div.DivClassName
{
background-color: #4948EA;
}
.BgClassName
{
background-color: #4948EA;
}
</style>
border-color css
<style>
span { border-color: #4948EA; }
span { border-color: rgb(73,72,234); }
td.TdClassName
{
border-color: #4948EA;
}
.TagClassName
{
border-color: #4948EA;
}
</style>