Shades of Neon Blue #493EDC
Tints of Neon Blue #493EDC
RGB
CMYK
RGB Variations
Color information
#493EDC (or 0x493EDC) is known color: Neon Blue. HEX triplet: 49, 3E and DC. RGB value is (73,62,220). Sum of RGB (Red+Green+Blue) = 73+62+220=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #493EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EDC is #B6C123. Grayscale: #525252. Windows color (decimal): -11976996 or 14433865. OLE color: 14433865.
HSL color Cylindrical-coordinate representation of color #493EDC: hue angle of 244.18º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493EDC is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 62 | 220 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.14 |
| HSL | 244.18º | 0.69% | 0.55% | - |
| HSV(B) | 244.18º | 0.72% | 0.86% | - |
| XYZ | 17.39 | 10.03 | 68.73 | - |
| YUV | 83.3 | 205.14 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 62 | 220 | 0.67 | 0.72 | 0 | 0.14 | 244.18 | 0.69 | 0.55 |
| Hex | 49 | 3E | DC | 43 | 48 | 0 | E | F4 | 45 | 37 |
| Octal | 111 | 76 | 334 | 103 | 110 | 0 | 16 | 364 | 105 | 67 |
| Binary | 1001001 | 111110 | 11011100 | 1000011 | 1001000 | 0 | 1110 | 11110100 | 1000101 | 110111 |
Color Harmonies of #493EDC
Complementary color
Monochromatic Colors of #493EDC
Black with #493EDC
Text Example
Text Example
White with #493EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493EDC; }
p { color: rgb(73,62,220); }
H1.HeaderClassName
{
color: #493EDC;
}
.AnyTagClassName
{
color: #493EDC;
}
</style>
background-color css
<style>
a { background-color: #493EDC; }
a { background-color: rgb(73,62,220); }
div.DivClassName
{
background-color: #493EDC;
}
.BgClassName
{
background-color: #493EDC;
}
</style>
border-color css
<style>
span { border-color: #493EDC; }
span { border-color: rgb(73,62,220); }
td.TdClassName
{
border-color: #493EDC;
}
.TagClassName
{
border-color: #493EDC;
}
</style>