Shades of Neon Blue #4953EF
Tints of Neon Blue #4953EF
RGB
CMYK
RGB Variations
Color information
#4953EF (or 0x4953EF) is known color: Neon Blue. HEX triplet: 49, 53 and EF. RGB value is (73,83,239). Sum of RGB (Red+Green+Blue) = 73+83+239=395 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.48% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #4953EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4953EF is #B6AC10. Grayscale: #616161. Windows color (decimal): -11971601 or 15684425. OLE color: 15684425.
HSL color Cylindrical-coordinate representation of color #4953EF: hue angle of 236.39º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4953EF is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 83 | 239 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.06 |
| HSL | 236.39º | 0.84% | 0.61% | - |
| HSV(B) | 236.39º | 0.69% | 0.94% | - |
| XYZ | 21.42 | 13.83 | 83.2 | - |
| YUV | 97.79 | 207.69 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 239 | 0.69 | 0.65 | 0 | 0.06 | 236.39 | 0.84 | 0.61 |
| Hex | 49 | 53 | EF | 45 | 41 | 0 | 6 | EC | 54 | 3D |
| Octal | 111 | 123 | 357 | 105 | 101 | 0 | 6 | 354 | 124 | 75 |
| Binary | 1001001 | 1010011 | 11101111 | 1000101 | 1000001 | 0 | 110 | 11101100 | 1010100 | 111101 |
Color Harmonies of #4953EF
Complementary color
Monochromatic Colors of #4953EF
Black with #4953EF
Text Example
Text Example
White with #4953EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4953EF; }
p { color: rgb(73,83,239); }
H1.HeaderClassName
{
color: #4953EF;
}
.AnyTagClassName
{
color: #4953EF;
}
</style>
background-color css
<style>
a { background-color: #4953EF; }
a { background-color: rgb(73,83,239); }
div.DivClassName
{
background-color: #4953EF;
}
.BgClassName
{
background-color: #4953EF;
}
</style>
border-color css
<style>
span { border-color: #4953EF; }
span { border-color: rgb(73,83,239); }
td.TdClassName
{
border-color: #4953EF;
}
.TagClassName
{
border-color: #4953EF;
}
</style>