Shades of Neon Blue #493BE0
Tints of Neon Blue #493BE0
RGB
CMYK
RGB Variations
Color information
#493BE0 (or 0x493BE0) is known color: Neon Blue. HEX triplet: 49, 3B and E0. RGB value is (73,59,224). Sum of RGB (Red+Green+Blue) = 73+59+224=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 224 (87.89% from 255 or 62.92% from 356); Max value from RGB is 224 - color contains mainly: blue. Hex color #493BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BE0 is #B6C41F. Grayscale: #515151. Windows color (decimal): -11977760 or 14695241. OLE color: 14695241.
HSL color Cylindrical-coordinate representation of color #493BE0: hue angle of 245.09º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493BE0 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 59 | 224 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.12 |
| HSL | 245.09º | 0.73% | 0.55% | - |
| HSV(B) | 245.09º | 0.74% | 0.88% | - |
| XYZ | 17.77 | 9.93 | 71.5 | - |
| YUV | 82 | 208.14 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 59 | 224 | 0.67 | 0.74 | 0 | 0.12 | 245.09 | 0.73 | 0.55 |
| Hex | 49 | 3B | E0 | 43 | 4A | 0 | C | F5 | 49 | 37 |
| Octal | 111 | 73 | 340 | 103 | 112 | 0 | 14 | 365 | 111 | 67 |
| Binary | 1001001 | 111011 | 11100000 | 1000011 | 1001010 | 0 | 1100 | 11110101 | 1001001 | 110111 |
Color Harmonies of #493BE0
Complementary color
Monochromatic Colors of #493BE0
Black with #493BE0
Text Example
Text Example
White with #493BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493BE0; }
p { color: rgb(73,59,224); }
H1.HeaderClassName
{
color: #493BE0;
}
.AnyTagClassName
{
color: #493BE0;
}
</style>
background-color css
<style>
a { background-color: #493BE0; }
a { background-color: rgb(73,59,224); }
div.DivClassName
{
background-color: #493BE0;
}
.BgClassName
{
background-color: #493BE0;
}
</style>
border-color css
<style>
span { border-color: #493BE0; }
span { border-color: rgb(73,59,224); }
td.TdClassName
{
border-color: #493BE0;
}
.TagClassName
{
border-color: #493BE0;
}
</style>