Shades of Neon Blue #494EEA
Tints of Neon Blue #494EEA
RGB
CMYK
RGB Variations
Color information
#494EEA (or 0x494EEA) is known color: Neon Blue. HEX triplet: 49, 4E and EA. RGB value is (73,78,234). Sum of RGB (Red+Green+Blue) = 73+78+234=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #494EEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494EEA is #B6B115. Grayscale: #5D5D5D. Windows color (decimal): -11972886 or 15355465. OLE color: 15355465.
HSL color Cylindrical-coordinate representation of color #494EEA: hue angle of 238.14º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #494EEA is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 78 | 234 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.08 |
| HSL | 238.14º | 0.79% | 0.6% | - |
| HSV(B) | 238.14º | 0.69% | 0.92% | - |
| XYZ | 20.32 | 12.81 | 79.24 | - |
| YUV | 94.29 | 206.84 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 234 | 0.69 | 0.67 | 0 | 0.08 | 238.14 | 0.79 | 0.6 |
| Hex | 49 | 4E | EA | 45 | 43 | 0 | 8 | EE | 4F | 3C |
| Octal | 111 | 116 | 352 | 105 | 103 | 0 | 10 | 356 | 117 | 74 |
| Binary | 1001001 | 1001110 | 11101010 | 1000101 | 1000011 | 0 | 1000 | 11101110 | 1001111 | 111100 |
Color Harmonies of #494EEA
Complementary color
Monochromatic Colors of #494EEA
Black with #494EEA
Text Example
Text Example
White with #494EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494EEA; }
p { color: rgb(73,78,234); }
H1.HeaderClassName
{
color: #494EEA;
}
.AnyTagClassName
{
color: #494EEA;
}
</style>
background-color css
<style>
a { background-color: #494EEA; }
a { background-color: rgb(73,78,234); }
div.DivClassName
{
background-color: #494EEA;
}
.BgClassName
{
background-color: #494EEA;
}
</style>
border-color css
<style>
span { border-color: #494EEA; }
span { border-color: rgb(73,78,234); }
td.TdClassName
{
border-color: #494EEA;
}
.TagClassName
{
border-color: #494EEA;
}
</style>