Shades of Neon Blue #4953ED
Tints of Neon Blue #4953ED
RGB
CMYK
RGB Variations
Color information
#4953ED (or 0x4953ED) is known color: Neon Blue. HEX triplet: 49, 53 and ED. RGB value is (73,83,237). Sum of RGB (Red+Green+Blue) = 73+83+237=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #4953ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4953ED is #B6AC12. Grayscale: #606060. Windows color (decimal): -11971603 or 15553353. OLE color: 15553353.
HSL color Cylindrical-coordinate representation of color #4953ED: hue angle of 236.34º 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 #4953ED is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 83 | 237 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.07 |
| HSL | 236.34º | 0.82% | 0.61% | - |
| HSV(B) | 236.34º | 0.69% | 0.93% | - |
| XYZ | 21.13 | 13.72 | 81.65 | - |
| YUV | 97.57 | 206.69 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 237 | 0.69 | 0.65 | 0 | 0.07 | 236.34 | 0.82 | 0.61 |
| Hex | 49 | 53 | ED | 45 | 41 | 0 | 7 | EC | 52 | 3D |
| Octal | 111 | 123 | 355 | 105 | 101 | 0 | 7 | 354 | 122 | 75 |
| Binary | 1001001 | 1010011 | 11101101 | 1000101 | 1000001 | 0 | 111 | 11101100 | 1010010 | 111101 |
Color Harmonies of #4953ED
Complementary color
Monochromatic Colors of #4953ED
Black with #4953ED
Text Example
Text Example
White with #4953ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4953ED; }
p { color: rgb(73,83,237); }
H1.HeaderClassName
{
color: #4953ED;
}
.AnyTagClassName
{
color: #4953ED;
}
</style>
background-color css
<style>
a { background-color: #4953ED; }
a { background-color: rgb(73,83,237); }
div.DivClassName
{
background-color: #4953ED;
}
.BgClassName
{
background-color: #4953ED;
}
</style>
border-color css
<style>
span { border-color: #4953ED; }
span { border-color: rgb(73,83,237); }
td.TdClassName
{
border-color: #4953ED;
}
.TagClassName
{
border-color: #4953ED;
}
</style>