Shades of Neon Blue #493EEC
Tints of Neon Blue #493EEC
RGB
CMYK
RGB Variations
Color information
#493EEC (or 0x493EEC) is known color: Neon Blue. HEX triplet: 49, 3E and EC. RGB value is (73,62,236). Sum of RGB (Red+Green+Blue) = 73+62+236=371 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.68% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #493EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493EEC is #B6C113. Grayscale: #545454. Windows color (decimal): -11976980 or 15482441. OLE color: 15482441.
HSL color Cylindrical-coordinate representation of color #493EEC: hue angle of 243.79º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493EEC is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 62 | 236 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.07 |
| HSL | 243.79º | 0.82% | 0.58% | - |
| HSV(B) | 243.79º | 0.74% | 0.93% | - |
| XYZ | 19.61 | 10.92 | 80.43 | - |
| YUV | 85.13 | 213.14 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 236 | 0.69 | 0.74 | 0 | 0.07 | 243.79 | 0.82 | 0.58 |
| Hex | 49 | 3E | EC | 45 | 4A | 0 | 7 | F4 | 52 | 3A |
| Octal | 111 | 76 | 354 | 105 | 112 | 0 | 7 | 364 | 122 | 72 |
| Binary | 1001001 | 111110 | 11101100 | 1000101 | 1001010 | 0 | 111 | 11110100 | 1010010 | 111010 |
Color Harmonies of #493EEC
Complementary color
Monochromatic Colors of #493EEC
Black with #493EEC
Text Example
Text Example
White with #493EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EEC; }
p { color: rgb(73,62,236); }
H1.HeaderClassName
{
color: #493EEC;
}
.AnyTagClassName
{
color: #493EEC;
}
</style>
background-color css
<style>
a { background-color: #493EEC; }
a { background-color: rgb(73,62,236); }
div.DivClassName
{
background-color: #493EEC;
}
.BgClassName
{
background-color: #493EEC;
}
</style>
border-color css
<style>
span { border-color: #493EEC; }
span { border-color: rgb(73,62,236); }
td.TdClassName
{
border-color: #493EEC;
}
.TagClassName
{
border-color: #493EEC;
}
</style>