Shades of Neon Blue #493DDC
Tints of Neon Blue #493DDC
RGB
CMYK
RGB Variations
Color information
#493DDC (or 0x493DDC) is known color: Neon Blue. HEX triplet: 49, 3D and DC. RGB value is (73,61,220). Sum of RGB (Red+Green+Blue) = 73+61+220=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #493DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DDC is #B6C223. Grayscale: #525252. Windows color (decimal): -11977252 or 14433609. OLE color: 14433609.
HSL color Cylindrical-coordinate representation of color #493DDC: hue angle of 244.53º 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 #493DDC is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 61 | 220 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.14 |
| HSL | 244.53º | 0.69% | 0.55% | - |
| HSV(B) | 244.53º | 0.72% | 0.86% | - |
| XYZ | 17.33 | 9.92 | 68.71 | - |
| YUV | 82.71 | 205.48 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 220 | 0.67 | 0.72 | 0 | 0.14 | 244.53 | 0.69 | 0.55 |
| Hex | 49 | 3D | DC | 43 | 48 | 0 | E | F5 | 45 | 37 |
| Octal | 111 | 75 | 334 | 103 | 110 | 0 | 16 | 365 | 105 | 67 |
| Binary | 1001001 | 111101 | 11011100 | 1000011 | 1001000 | 0 | 1110 | 11110101 | 1000101 | 110111 |
Color Harmonies of #493DDC
Complementary color
Monochromatic Colors of #493DDC
Black with #493DDC
Text Example
Text Example
White with #493DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493DDC; }
p { color: rgb(73,61,220); }
H1.HeaderClassName
{
color: #493DDC;
}
.AnyTagClassName
{
color: #493DDC;
}
</style>
background-color css
<style>
a { background-color: #493DDC; }
a { background-color: rgb(73,61,220); }
div.DivClassName
{
background-color: #493DDC;
}
.BgClassName
{
background-color: #493DDC;
}
</style>
border-color css
<style>
span { border-color: #493DDC; }
span { border-color: rgb(73,61,220); }
td.TdClassName
{
border-color: #493DDC;
}
.TagClassName
{
border-color: #493DDC;
}
</style>