Shades of Neon Blue #4946EA
Tints of Neon Blue #4946EA
RGB
CMYK
RGB Variations
Color information
#4946EA (or 0x4946EA) is known color: Neon Blue. HEX triplet: 49, 46 and EA. RGB value is (73,70,234). Sum of RGB (Red+Green+Blue) = 73+70+234=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #4946EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4946EA is #B6B915. Grayscale: #585858. Windows color (decimal): -11974934 or 15353417. OLE color: 15353417.
HSL color Cylindrical-coordinate representation of color #4946EA: hue angle of 241.1º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4946EA is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 70 | 234 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.08 |
| HSL | 241.1º | 0.8% | 0.6% | - |
| HSV(B) | 241.1º | 0.7% | 0.92% | - |
| XYZ | 19.79 | 11.74 | 79.06 | - |
| YUV | 89.59 | 209.49 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 234 | 0.69 | 0.70 | 0 | 0.08 | 241.1 | 0.8 | 0.6 |
| Hex | 49 | 46 | EA | 45 | 46 | 0 | 8 | F1 | 50 | 3C |
| Octal | 111 | 106 | 352 | 105 | 106 | 0 | 10 | 361 | 120 | 74 |
| Binary | 1001001 | 1000110 | 11101010 | 1000101 | 1000110 | 0 | 1000 | 11110001 | 1010000 | 111100 |
Color Harmonies of #4946EA
Complementary color
Monochromatic Colors of #4946EA
Black with #4946EA
Text Example
Text Example
White with #4946EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4946EA; }
p { color: rgb(73,70,234); }
H1.HeaderClassName
{
color: #4946EA;
}
.AnyTagClassName
{
color: #4946EA;
}
</style>
background-color css
<style>
a { background-color: #4946EA; }
a { background-color: rgb(73,70,234); }
div.DivClassName
{
background-color: #4946EA;
}
.BgClassName
{
background-color: #4946EA;
}
</style>
border-color css
<style>
span { border-color: #4946EA; }
span { border-color: rgb(73,70,234); }
td.TdClassName
{
border-color: #4946EA;
}
.TagClassName
{
border-color: #4946EA;
}
</style>