Shades of Neon Blue #4958ED
Tints of Neon Blue #4958ED
RGB
CMYK
RGB Variations
Color information
#4958ED (or 0x4958ED) is known color: Neon Blue. HEX triplet: 49, 58 and ED. RGB value is (73,88,237). Sum of RGB (Red+Green+Blue) = 73+88+237=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 237 (92.97% from 255 or 59.55% from 398); Max value from RGB is 237 - color contains mainly: blue. Hex color #4958ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4958ED is #B6A712. Grayscale: #636363. Windows color (decimal): -11970323 or 15554633. OLE color: 15554633.
HSL color Cylindrical-coordinate representation of color #4958ED: hue angle of 234.51º 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 #4958ED is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 88 | 237 | - |
| CMYK | 0.69 | 0.63 | 0 | 0.07 |
| HSL | 234.51º | 0.82% | 0.61% | - |
| HSV(B) | 234.51º | 0.69% | 0.93% | - |
| XYZ | 21.52 | 14.51 | 81.79 | - |
| YUV | 100.5 | 205.03 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 237 | 0.69 | 0.63 | 0 | 0.07 | 234.51 | 0.82 | 0.61 |
| Hex | 49 | 58 | ED | 45 | 3F | 0 | 7 | EB | 52 | 3D |
| Octal | 111 | 130 | 355 | 105 | 77 | 0 | 7 | 353 | 122 | 75 |
| Binary | 1001001 | 1011000 | 11101101 | 1000101 | 111111 | 0 | 111 | 11101011 | 1010010 | 111101 |
Color Harmonies of #4958ED
Complementary color
Monochromatic Colors of #4958ED
Black with #4958ED
Text Example
Text Example
White with #4958ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4958ED; }
p { color: rgb(73,88,237); }
H1.HeaderClassName
{
color: #4958ED;
}
.AnyTagClassName
{
color: #4958ED;
}
</style>
background-color css
<style>
a { background-color: #4958ED; }
a { background-color: rgb(73,88,237); }
div.DivClassName
{
background-color: #4958ED;
}
.BgClassName
{
background-color: #4958ED;
}
</style>
border-color css
<style>
span { border-color: #4958ED; }
span { border-color: rgb(73,88,237); }
td.TdClassName
{
border-color: #4958ED;
}
.TagClassName
{
border-color: #4958ED;
}
</style>