Shades of Neon Blue #4940EE
Tints of Neon Blue #4940EE
RGB
CMYK
RGB Variations
Color information
#4940EE (or 0x4940EE) is known color: Neon Blue. HEX triplet: 49, 40 and EE. RGB value is (73,64,238). Sum of RGB (Red+Green+Blue) = 73+64+238=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 238 (93.36% from 255 or 63.47% from 375); Max value from RGB is 238 - color contains mainly: blue. Hex color #4940EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4940EE is #B6BF11. Grayscale: #555555. Windows color (decimal): -11976466 or 15614025. OLE color: 15614025.
HSL color Cylindrical-coordinate representation of color #4940EE: hue angle of 243.1º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4940EE is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 64 | 238 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.07 |
| HSL | 243.1º | 0.84% | 0.59% | - |
| HSV(B) | 243.1º | 0.73% | 0.93% | - |
| XYZ | 20.01 | 11.26 | 82.01 | - |
| YUV | 86.53 | 213.48 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 238 | 0.69 | 0.73 | 0 | 0.07 | 243.1 | 0.84 | 0.59 |
| Hex | 49 | 40 | EE | 45 | 49 | 0 | 7 | F3 | 54 | 3B |
| Octal | 111 | 100 | 356 | 105 | 111 | 0 | 7 | 363 | 124 | 73 |
| Binary | 1001001 | 1000000 | 11101110 | 1000101 | 1001001 | 0 | 111 | 11110011 | 1010100 | 111011 |
Color Harmonies of #4940EE
Complementary color
Monochromatic Colors of #4940EE
Black with #4940EE
Text Example
Text Example
White with #4940EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940EE; }
p { color: rgb(73,64,238); }
H1.HeaderClassName
{
color: #4940EE;
}
.AnyTagClassName
{
color: #4940EE;
}
</style>
background-color css
<style>
a { background-color: #4940EE; }
a { background-color: rgb(73,64,238); }
div.DivClassName
{
background-color: #4940EE;
}
.BgClassName
{
background-color: #4940EE;
}
</style>
border-color css
<style>
span { border-color: #4940EE; }
span { border-color: rgb(73,64,238); }
td.TdClassName
{
border-color: #4940EE;
}
.TagClassName
{
border-color: #4940EE;
}
</style>