Shades of Neon Blue #4953EA
Tints of Neon Blue #4953EA
RGB
CMYK
RGB Variations
Color information
#4953EA (or 0x4953EA) is known color: Neon Blue. HEX triplet: 49, 53 and EA. RGB value is (73,83,234). Sum of RGB (Red+Green+Blue) = 73+83+234=390 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.72% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #4953EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4953EA is #B6AC15. Grayscale: #606060. Windows color (decimal): -11971606 or 15356745. OLE color: 15356745.
HSL color Cylindrical-coordinate representation of color #4953EA: hue angle of 236.27º degrees, saturation: 0.79, 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 #4953EA is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 83 | 234 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.08 |
| HSL | 236.27º | 0.79% | 0.6% | - |
| HSV(B) | 236.27º | 0.69% | 0.92% | - |
| XYZ | 20.69 | 13.54 | 79.37 | - |
| YUV | 97.22 | 205.19 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 234 | 0.69 | 0.65 | 0 | 0.08 | 236.27 | 0.79 | 0.6 |
| Hex | 49 | 53 | EA | 45 | 41 | 0 | 8 | EC | 4F | 3C |
| Octal | 111 | 123 | 352 | 105 | 101 | 0 | 10 | 354 | 117 | 74 |
| Binary | 1001001 | 1010011 | 11101010 | 1000101 | 1000001 | 0 | 1000 | 11101100 | 1001111 | 111100 |
Color Harmonies of #4953EA
Complementary color
Monochromatic Colors of #4953EA
Black with #4953EA
Text Example
Text Example
White with #4953EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4953EA; }
p { color: rgb(73,83,234); }
H1.HeaderClassName
{
color: #4953EA;
}
.AnyTagClassName
{
color: #4953EA;
}
</style>
background-color css
<style>
a { background-color: #4953EA; }
a { background-color: rgb(73,83,234); }
div.DivClassName
{
background-color: #4953EA;
}
.BgClassName
{
background-color: #4953EA;
}
</style>
border-color css
<style>
span { border-color: #4953EA; }
span { border-color: rgb(73,83,234); }
td.TdClassName
{
border-color: #4953EA;
}
.TagClassName
{
border-color: #4953EA;
}
</style>