Shades of Neon Blue #494BED
Tints of Neon Blue #494BED
RGB
CMYK
RGB Variations
Color information
#494BED (or 0x494BED) is known color: Neon Blue. HEX triplet: 49, 4B and ED. RGB value is (73,75,237). Sum of RGB (Red+Green+Blue) = 73+75+237=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #494BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #494BED is #B6B412. Grayscale: #5C5C5C. Windows color (decimal): -11973651 or 15551305. OLE color: 15551305.
HSL color Cylindrical-coordinate representation of color #494BED: hue angle of 239.27º 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 #494BED is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 75 | 237 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.07 |
| HSL | 239.27º | 0.82% | 0.61% | - |
| HSV(B) | 239.27º | 0.69% | 0.93% | - |
| XYZ | 20.55 | 12.56 | 81.46 | - |
| YUV | 92.87 | 209.34 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 237 | 0.69 | 0.68 | 0 | 0.07 | 239.27 | 0.82 | 0.61 |
| Hex | 49 | 4B | ED | 45 | 44 | 0 | 7 | EF | 52 | 3D |
| Octal | 111 | 113 | 355 | 105 | 104 | 0 | 7 | 357 | 122 | 75 |
| Binary | 1001001 | 1001011 | 11101101 | 1000101 | 1000100 | 0 | 111 | 11101111 | 1010010 | 111101 |
Color Harmonies of #494BED
Complementary color
Monochromatic Colors of #494BED
Black with #494BED
Text Example
Text Example
White with #494BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494BED; }
p { color: rgb(73,75,237); }
H1.HeaderClassName
{
color: #494BED;
}
.AnyTagClassName
{
color: #494BED;
}
</style>
background-color css
<style>
a { background-color: #494BED; }
a { background-color: rgb(73,75,237); }
div.DivClassName
{
background-color: #494BED;
}
.BgClassName
{
background-color: #494BED;
}
</style>
border-color css
<style>
span { border-color: #494BED; }
span { border-color: rgb(73,75,237); }
td.TdClassName
{
border-color: #494BED;
}
.TagClassName
{
border-color: #494BED;
}
</style>