Shades of Neon Blue #494DE0
Tints of Neon Blue #494DE0
RGB
CMYK
RGB Variations
Color information
#494DE0 (or 0x494DE0) is known color: Neon Blue. HEX triplet: 49, 4D and E0. RGB value is (73,77,224). Sum of RGB (Red+Green+Blue) = 73+77+224=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #494DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DE0 is #B6B21F. Grayscale: #5B5B5B. Windows color (decimal): -11973152 or 14699849. OLE color: 14699849.
HSL color Cylindrical-coordinate representation of color #494DE0: hue angle of 238.41º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #494DE0 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 77 | 224 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.12 |
| HSL | 238.41º | 0.71% | 0.58% | - |
| HSV(B) | 238.41º | 0.67% | 0.88% | - |
| XYZ | 18.86 | 12.11 | 71.86 | - |
| YUV | 92.56 | 202.17 | 114.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 224 | 0.67 | 0.66 | 0 | 0.12 | 238.41 | 0.71 | 0.58 |
| Hex | 49 | 4D | E0 | 43 | 42 | 0 | C | EE | 47 | 3A |
| Octal | 111 | 115 | 340 | 103 | 102 | 0 | 14 | 356 | 107 | 72 |
| Binary | 1001001 | 1001101 | 11100000 | 1000011 | 1000010 | 0 | 1100 | 11101110 | 1000111 | 111010 |
Color Harmonies of #494DE0
Complementary color
Monochromatic Colors of #494DE0
Black with #494DE0
Text Example
Text Example
White with #494DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DE0; }
p { color: rgb(73,77,224); }
H1.HeaderClassName
{
color: #494DE0;
}
.AnyTagClassName
{
color: #494DE0;
}
</style>
background-color css
<style>
a { background-color: #494DE0; }
a { background-color: rgb(73,77,224); }
div.DivClassName
{
background-color: #494DE0;
}
.BgClassName
{
background-color: #494DE0;
}
</style>
border-color css
<style>
span { border-color: #494DE0; }
span { border-color: rgb(73,77,224); }
td.TdClassName
{
border-color: #494DE0;
}
.TagClassName
{
border-color: #494DE0;
}
</style>