Shades of Neon Blue #493ADC
Tints of Neon Blue #493ADC
RGB
CMYK
RGB Variations
Color information
#493ADC (or 0x493ADC) is known color: Neon Blue. HEX triplet: 49, 3A and DC. RGB value is (73,58,220). Sum of RGB (Red+Green+Blue) = 73+58+220=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #493ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ADC is #B6C523. Grayscale: #505050. Windows color (decimal): -11978020 or 14432841. OLE color: 14432841.
HSL color Cylindrical-coordinate representation of color #493ADC: hue angle of 245.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #493ADC is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 58 | 220 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.14 |
| HSL | 245.56º | 0.7% | 0.55% | - |
| HSV(B) | 245.56º | 0.74% | 0.86% | - |
| XYZ | 17.18 | 9.61 | 68.66 | - |
| YUV | 80.95 | 206.47 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 220 | 0.67 | 0.74 | 0 | 0.14 | 245.56 | 0.7 | 0.55 |
| Hex | 49 | 3A | DC | 43 | 4A | 0 | E | F6 | 46 | 37 |
| Octal | 111 | 72 | 334 | 103 | 112 | 0 | 16 | 366 | 106 | 67 |
| Binary | 1001001 | 111010 | 11011100 | 1000011 | 1001010 | 0 | 1110 | 11110110 | 1000110 | 110111 |
Color Harmonies of #493ADC
Complementary color
Monochromatic Colors of #493ADC
Black with #493ADC
Text Example
Text Example
White with #493ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493ADC; }
p { color: rgb(73,58,220); }
H1.HeaderClassName
{
color: #493ADC;
}
.AnyTagClassName
{
color: #493ADC;
}
</style>
background-color css
<style>
a { background-color: #493ADC; }
a { background-color: rgb(73,58,220); }
div.DivClassName
{
background-color: #493ADC;
}
.BgClassName
{
background-color: #493ADC;
}
</style>
border-color css
<style>
span { border-color: #493ADC; }
span { border-color: rgb(73,58,220); }
td.TdClassName
{
border-color: #493ADC;
}
.TagClassName
{
border-color: #493ADC;
}
</style>