Shades of Neon Blue #494AEF
Tints of Neon Blue #494AEF
RGB
CMYK
RGB Variations
Color information
#494AEF (or 0x494AEF) is known color: Neon Blue. HEX triplet: 49, 4A and EF. RGB value is (73,74,239). Sum of RGB (Red+Green+Blue) = 73+74+239=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #494AEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494AEF is #B6B510. Grayscale: #5B5B5B. Windows color (decimal): -11973905 or 15682121. OLE color: 15682121.
HSL color Cylindrical-coordinate representation of color #494AEF: hue angle of 239.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #494AEF is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 74 | 239 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.06 |
| HSL | 239.64º | 0.84% | 0.61% | - |
| HSV(B) | 239.64º | 0.69% | 0.94% | - |
| XYZ | 20.78 | 12.55 | 82.99 | - |
| YUV | 92.51 | 210.67 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 239 | 0.69 | 0.69 | 0 | 0.06 | 239.64 | 0.84 | 0.61 |
| Hex | 49 | 4A | EF | 45 | 45 | 0 | 6 | F0 | 54 | 3D |
| Octal | 111 | 112 | 357 | 105 | 105 | 0 | 6 | 360 | 124 | 75 |
| Binary | 1001001 | 1001010 | 11101111 | 1000101 | 1000101 | 0 | 110 | 11110000 | 1010100 | 111101 |
Color Harmonies of #494AEF
Complementary color
Monochromatic Colors of #494AEF
Black with #494AEF
Text Example
Text Example
White with #494AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494AEF; }
p { color: rgb(73,74,239); }
H1.HeaderClassName
{
color: #494AEF;
}
.AnyTagClassName
{
color: #494AEF;
}
</style>
background-color css
<style>
a { background-color: #494AEF; }
a { background-color: rgb(73,74,239); }
div.DivClassName
{
background-color: #494AEF;
}
.BgClassName
{
background-color: #494AEF;
}
</style>
border-color css
<style>
span { border-color: #494AEF; }
span { border-color: rgb(73,74,239); }
td.TdClassName
{
border-color: #494AEF;
}
.TagClassName
{
border-color: #494AEF;
}
</style>