Shades of Neon Blue #4953EB
Tints of Neon Blue #4953EB
RGB
CMYK
RGB Variations
Color information
#4953EB (or 0x4953EB) is known color: Neon Blue. HEX triplet: 49, 53 and EB. RGB value is (73,83,235). Sum of RGB (Red+Green+Blue) = 73+83+235=391 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.67% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #4953EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4953EB is #B6AC14. Grayscale: #606060. Windows color (decimal): -11971605 or 15422281. OLE color: 15422281.
HSL color Cylindrical-coordinate representation of color #4953EB: hue angle of 236.3º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4953EB is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 83 | 235 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.08 |
| HSL | 236.3º | 0.8% | 0.6% | - |
| HSV(B) | 236.3º | 0.69% | 0.92% | - |
| XYZ | 20.84 | 13.6 | 80.12 | - |
| YUV | 97.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 235 | 0.69 | 0.65 | 0 | 0.08 | 236.3 | 0.8 | 0.6 |
| Hex | 49 | 53 | EB | 45 | 41 | 0 | 8 | EC | 50 | 3C |
| Octal | 111 | 123 | 353 | 105 | 101 | 0 | 10 | 354 | 120 | 74 |
| Binary | 1001001 | 1010011 | 11101011 | 1000101 | 1000001 | 0 | 1000 | 11101100 | 1010000 | 111100 |
Color Harmonies of #4953EB
Complementary color
Monochromatic Colors of #4953EB
Black with #4953EB
Text Example
Text Example
White with #4953EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4953EB; }
p { color: rgb(73,83,235); }
H1.HeaderClassName
{
color: #4953EB;
}
.AnyTagClassName
{
color: #4953EB;
}
</style>
background-color css
<style>
a { background-color: #4953EB; }
a { background-color: rgb(73,83,235); }
div.DivClassName
{
background-color: #4953EB;
}
.BgClassName
{
background-color: #4953EB;
}
</style>
border-color css
<style>
span { border-color: #4953EB; }
span { border-color: rgb(73,83,235); }
td.TdClassName
{
border-color: #4953EB;
}
.TagClassName
{
border-color: #4953EB;
}
</style>