Shades of Neon Blue #4940EF
Tints of Neon Blue #4940EF
RGB
CMYK
RGB Variations
Color information
#4940EF (or 0x4940EF) is known color: Neon Blue. HEX triplet: 49, 40 and EF. RGB value is (73,64,239). Sum of RGB (Red+Green+Blue) = 73+64+239=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #4940EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4940EF is #B6BF10. Grayscale: #555555. Windows color (decimal): -11976465 or 15679561. OLE color: 15679561.
HSL color Cylindrical-coordinate representation of color #4940EF: hue angle of 243.09º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4940EF is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 64 | 239 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.06 |
| HSL | 243.09º | 0.85% | 0.59% | - |
| HSV(B) | 243.09º | 0.73% | 0.94% | - |
| XYZ | 20.16 | 11.32 | 82.78 | - |
| YUV | 86.64 | 213.98 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 64 | 239 | 0.69 | 0.73 | 0 | 0.06 | 243.09 | 0.85 | 0.59 |
| Hex | 49 | 40 | EF | 45 | 49 | 0 | 6 | F3 | 55 | 3B |
| Octal | 111 | 100 | 357 | 105 | 111 | 0 | 6 | 363 | 125 | 73 |
| Binary | 1001001 | 1000000 | 11101111 | 1000101 | 1001001 | 0 | 110 | 11110011 | 1010101 | 111011 |
Color Harmonies of #4940EF
Complementary color
Monochromatic Colors of #4940EF
Black with #4940EF
Text Example
Text Example
White with #4940EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4940EF; }
p { color: rgb(73,64,239); }
H1.HeaderClassName
{
color: #4940EF;
}
.AnyTagClassName
{
color: #4940EF;
}
</style>
background-color css
<style>
a { background-color: #4940EF; }
a { background-color: rgb(73,64,239); }
div.DivClassName
{
background-color: #4940EF;
}
.BgClassName
{
background-color: #4940EF;
}
</style>
border-color css
<style>
span { border-color: #4940EF; }
span { border-color: rgb(73,64,239); }
td.TdClassName
{
border-color: #4940EF;
}
.TagClassName
{
border-color: #4940EF;
}
</style>