Shades of Neon Blue #494CE1
Tints of Neon Blue #494CE1
RGB
CMYK
RGB Variations
Color information
#494CE1 (or 0x494CE1) is known color: Neon Blue. HEX triplet: 49, 4C and E1. RGB value is (73,76,225). Sum of RGB (Red+Green+Blue) = 73+76+225=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 225 (88.28% from 255 or 60.16% from 374); Max value from RGB is 225 - color contains mainly: blue. Hex color #494CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CE1 is #B6B31E. Grayscale: #5B5B5B. Windows color (decimal): -11973407 or 14765129. OLE color: 14765129.
HSL color Cylindrical-coordinate representation of color #494CE1: hue angle of 238.82º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #494CE1 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 76 | 225 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.12 |
| HSL | 238.82º | 0.72% | 0.58% | - |
| HSV(B) | 238.82º | 0.68% | 0.88% | - |
| XYZ | 18.92 | 12.02 | 72.56 | - |
| YUV | 92.09 | 203.01 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 225 | 0.68 | 0.66 | 0 | 0.12 | 238.82 | 0.72 | 0.58 |
| Hex | 49 | 4C | E1 | 44 | 42 | 0 | C | EF | 48 | 3A |
| Octal | 111 | 114 | 341 | 104 | 102 | 0 | 14 | 357 | 110 | 72 |
| Binary | 1001001 | 1001100 | 11100001 | 1000100 | 1000010 | 0 | 1100 | 11101111 | 1001000 | 111010 |
Color Harmonies of #494CE1
Complementary color
Monochromatic Colors of #494CE1
Black with #494CE1
Text Example
Text Example
White with #494CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494CE1; }
p { color: rgb(73,76,225); }
H1.HeaderClassName
{
color: #494CE1;
}
.AnyTagClassName
{
color: #494CE1;
}
</style>
background-color css
<style>
a { background-color: #494CE1; }
a { background-color: rgb(73,76,225); }
div.DivClassName
{
background-color: #494CE1;
}
.BgClassName
{
background-color: #494CE1;
}
</style>
border-color css
<style>
span { border-color: #494CE1; }
span { border-color: rgb(73,76,225); }
td.TdClassName
{
border-color: #494CE1;
}
.TagClassName
{
border-color: #494CE1;
}
</style>