Shades of Neon Blue #493EE6
Tints of Neon Blue #493EE6
RGB
CMYK
RGB Variations
Color information
#493EE6 (or 0x493EE6) is known color: Neon Blue. HEX triplet: 49, 3E and E6. RGB value is (73,62,230). Sum of RGB (Red+Green+Blue) = 73+62+230=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 230 (90.23% from 255 or 63.01% from 365); Max value from RGB is 230 - color contains mainly: blue. Hex color #493EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #493EE6 is #B6C119. Grayscale: #535353. Windows color (decimal): -11976986 or 15089225. OLE color: 15089225.
HSL color Cylindrical-coordinate representation of color #493EE6: hue angle of 243.93º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493EE6 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 62 | 230 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.10 |
| HSL | 243.93º | 0.77% | 0.57% | - |
| HSV(B) | 243.93º | 0.73% | 0.9% | - |
| XYZ | 18.75 | 10.57 | 75.92 | - |
| YUV | 84.44 | 210.14 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 230 | 0.68 | 0.73 | 0 | 0.10 | 243.93 | 0.77 | 0.57 |
| Hex | 49 | 3E | E6 | 44 | 49 | 0 | A | F4 | 4D | 39 |
| Octal | 111 | 76 | 346 | 104 | 111 | 0 | 12 | 364 | 115 | 71 |
| Binary | 1001001 | 111110 | 11100110 | 1000100 | 1001001 | 0 | 1010 | 11110100 | 1001101 | 111001 |
Color Harmonies of #493EE6
Complementary color
Monochromatic Colors of #493EE6
Black with #493EE6
Text Example
Text Example
White with #493EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EE6; }
p { color: rgb(73,62,230); }
H1.HeaderClassName
{
color: #493EE6;
}
.AnyTagClassName
{
color: #493EE6;
}
</style>
background-color css
<style>
a { background-color: #493EE6; }
a { background-color: rgb(73,62,230); }
div.DivClassName
{
background-color: #493EE6;
}
.BgClassName
{
background-color: #493EE6;
}
</style>
border-color css
<style>
span { border-color: #493EE6; }
span { border-color: rgb(73,62,230); }
td.TdClassName
{
border-color: #493EE6;
}
.TagClassName
{
border-color: #493EE6;
}
</style>