Shades of Neon Blue #493EDD
Tints of Neon Blue #493EDD
RGB
CMYK
RGB Variations
Color information
#493EDD (or 0x493EDD) is known color: Neon Blue. HEX triplet: 49, 3E and DD. RGB value is (73,62,221). Sum of RGB (Red+Green+Blue) = 73+62+221=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #493EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EDD is #B6C122. Grayscale: #525252. Windows color (decimal): -11976995 or 14499401. OLE color: 14499401.
HSL color Cylindrical-coordinate representation of color #493EDD: hue angle of 244.15º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493EDD is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 62 | 221 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.13 |
| HSL | 244.15º | 0.7% | 0.55% | - |
| HSV(B) | 244.15º | 0.72% | 0.87% | - |
| XYZ | 17.52 | 10.08 | 69.43 | - |
| YUV | 83.42 | 205.64 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 221 | 0.67 | 0.72 | 0 | 0.13 | 244.15 | 0.7 | 0.55 |
| Hex | 49 | 3E | DD | 43 | 48 | 0 | D | F4 | 46 | 37 |
| Octal | 111 | 76 | 335 | 103 | 110 | 0 | 15 | 364 | 106 | 67 |
| Binary | 1001001 | 111110 | 11011101 | 1000011 | 1001000 | 0 | 1101 | 11110100 | 1000110 | 110111 |
Color Harmonies of #493EDD
Complementary color
Monochromatic Colors of #493EDD
Black with #493EDD
Text Example
Text Example
White with #493EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EDD; }
p { color: rgb(73,62,221); }
H1.HeaderClassName
{
color: #493EDD;
}
.AnyTagClassName
{
color: #493EDD;
}
</style>
background-color css
<style>
a { background-color: #493EDD; }
a { background-color: rgb(73,62,221); }
div.DivClassName
{
background-color: #493EDD;
}
.BgClassName
{
background-color: #493EDD;
}
</style>
border-color css
<style>
span { border-color: #493EDD; }
span { border-color: rgb(73,62,221); }
td.TdClassName
{
border-color: #493EDD;
}
.TagClassName
{
border-color: #493EDD;
}
</style>