Shades of Neon Blue #494CED
Tints of Neon Blue #494CED
RGB
CMYK
RGB Variations
Color information
#494CED (or 0x494CED) is known color: Neon Blue. HEX triplet: 49, 4C and ED. RGB value is (73,76,237). Sum of RGB (Red+Green+Blue) = 73+76+237=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #494CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494CED is #B6B312. Grayscale: #5C5C5C. Windows color (decimal): -11973395 or 15551561. OLE color: 15551561.
HSL color Cylindrical-coordinate representation of color #494CED: hue angle of 238.9º 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 #494CED is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 76 | 237 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.07 |
| HSL | 238.9º | 0.82% | 0.61% | - |
| HSV(B) | 238.9º | 0.69% | 0.93% | - |
| XYZ | 20.62 | 12.7 | 81.49 | - |
| YUV | 93.46 | 209.01 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 237 | 0.69 | 0.68 | 0 | 0.07 | 238.9 | 0.82 | 0.61 |
| Hex | 49 | 4C | ED | 45 | 44 | 0 | 7 | EF | 52 | 3D |
| Octal | 111 | 114 | 355 | 105 | 104 | 0 | 7 | 357 | 122 | 75 |
| Binary | 1001001 | 1001100 | 11101101 | 1000101 | 1000100 | 0 | 111 | 11101111 | 1010010 | 111101 |
Color Harmonies of #494CED
Complementary color
Monochromatic Colors of #494CED
Black with #494CED
Text Example
Text Example
White with #494CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494CED; }
p { color: rgb(73,76,237); }
H1.HeaderClassName
{
color: #494CED;
}
.AnyTagClassName
{
color: #494CED;
}
</style>
background-color css
<style>
a { background-color: #494CED; }
a { background-color: rgb(73,76,237); }
div.DivClassName
{
background-color: #494CED;
}
.BgClassName
{
background-color: #494CED;
}
</style>
border-color css
<style>
span { border-color: #494CED; }
span { border-color: rgb(73,76,237); }
td.TdClassName
{
border-color: #494CED;
}
.TagClassName
{
border-color: #494CED;
}
</style>