Shades of Neon Blue #4955ED
Tints of Neon Blue #4955ED
RGB
CMYK
RGB Variations
Color information
#4955ED (or 0x4955ED) is known color: Neon Blue. HEX triplet: 49, 55 and ED. RGB value is (73,85,237). Sum of RGB (Red+Green+Blue) = 73+85+237=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #4955ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4955ED is #B6AA12. Grayscale: #626262. Windows color (decimal): -11971091 or 15553865. OLE color: 15553865.
HSL color Cylindrical-coordinate representation of color #4955ED: hue angle of 235.61º 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 #4955ED is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 85 | 237 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.07 |
| HSL | 235.61º | 0.82% | 0.61% | - |
| HSV(B) | 235.61º | 0.69% | 0.93% | - |
| XYZ | 21.28 | 14.03 | 81.71 | - |
| YUV | 98.74 | 206.02 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 237 | 0.69 | 0.64 | 0 | 0.07 | 235.61 | 0.82 | 0.61 |
| Hex | 49 | 55 | ED | 45 | 40 | 0 | 7 | EC | 52 | 3D |
| Octal | 111 | 125 | 355 | 105 | 100 | 0 | 7 | 354 | 122 | 75 |
| Binary | 1001001 | 1010101 | 11101101 | 1000101 | 1000000 | 0 | 111 | 11101100 | 1010010 | 111101 |
Color Harmonies of #4955ED
Complementary color
Monochromatic Colors of #4955ED
Black with #4955ED
Text Example
Text Example
White with #4955ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4955ED; }
p { color: rgb(73,85,237); }
H1.HeaderClassName
{
color: #4955ED;
}
.AnyTagClassName
{
color: #4955ED;
}
</style>
background-color css
<style>
a { background-color: #4955ED; }
a { background-color: rgb(73,85,237); }
div.DivClassName
{
background-color: #4955ED;
}
.BgClassName
{
background-color: #4955ED;
}
</style>
border-color css
<style>
span { border-color: #4955ED; }
span { border-color: rgb(73,85,237); }
td.TdClassName
{
border-color: #4955ED;
}
.TagClassName
{
border-color: #4955ED;
}
</style>