Shades of Neon Blue #494FED
Tints of Neon Blue #494FED
RGB
CMYK
RGB Variations
Color information
#494FED (or 0x494FED) is known color: Neon Blue. HEX triplet: 49, 4F and ED. RGB value is (73,79,237). Sum of RGB (Red+Green+Blue) = 73+79+237=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #494FED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #494FED is #B6B012. Grayscale: #5E5E5E. Windows color (decimal): -11972627 or 15552329. OLE color: 15552329.
HSL color Cylindrical-coordinate representation of color #494FED: hue angle of 237.8º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #494FED is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 79 | 237 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.07 |
| HSL | 237.8º | 0.82% | 0.61% | - |
| HSV(B) | 237.8º | 0.69% | 0.93% | - |
| XYZ | 20.83 | 13.12 | 81.56 | - |
| YUV | 95.22 | 208.01 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 237 | 0.69 | 0.67 | 0 | 0.07 | 237.8 | 0.82 | 0.61 |
| Hex | 49 | 4F | ED | 45 | 43 | 0 | 7 | EE | 52 | 3D |
| Octal | 111 | 117 | 355 | 105 | 103 | 0 | 7 | 356 | 122 | 75 |
| Binary | 1001001 | 1001111 | 11101101 | 1000101 | 1000011 | 0 | 111 | 11101110 | 1010010 | 111101 |
Color Harmonies of #494FED
Complementary color
Monochromatic Colors of #494FED
Black with #494FED
Text Example
Text Example
White with #494FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494FED; }
p { color: rgb(73,79,237); }
H1.HeaderClassName
{
color: #494FED;
}
.AnyTagClassName
{
color: #494FED;
}
</style>
background-color css
<style>
a { background-color: #494FED; }
a { background-color: rgb(73,79,237); }
div.DivClassName
{
background-color: #494FED;
}
.BgClassName
{
background-color: #494FED;
}
</style>
border-color css
<style>
span { border-color: #494FED; }
span { border-color: rgb(73,79,237); }
td.TdClassName
{
border-color: #494FED;
}
.TagClassName
{
border-color: #494FED;
}
</style>