Shades of Neon Blue #4553EC
Tints of Neon Blue #4553EC
RGB
CMYK
RGB Variations
Color information
#4553EC (or 0x4553EC) is known color: Neon Blue. HEX triplet: 45, 53 and EC. RGB value is (69,83,236). Sum of RGB (Red+Green+Blue) = 69+83+236=388 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.78% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 236 (92.58% from 255 or 60.82% from 388); Max value from RGB is 236 - color contains mainly: blue. Hex color #4553EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4553EC is #BAAC13. Grayscale: #5F5F5F. Windows color (decimal): -12233748 or 15487813. OLE color: 15487813.
HSL color Cylindrical-coordinate representation of color #4553EC: hue angle of 234.97º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4553EC is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 83 | 236 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.07 |
| HSL | 234.97º | 0.81% | 0.6% | - |
| HSV(B) | 234.97º | 0.71% | 0.93% | - |
| XYZ | 20.69 | 13.51 | 80.87 | - |
| YUV | 96.26 | 206.86 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 83 | 236 | 0.71 | 0.65 | 0 | 0.07 | 234.97 | 0.81 | 0.6 |
| Hex | 45 | 53 | EC | 47 | 41 | 0 | 7 | EB | 51 | 3C |
| Octal | 105 | 123 | 354 | 107 | 101 | 0 | 7 | 353 | 121 | 74 |
| Binary | 1000101 | 1010011 | 11101100 | 1000111 | 1000001 | 0 | 111 | 11101011 | 1010001 | 111100 |
Color Harmonies of #4553EC
Complementary color
Monochromatic Colors of #4553EC
Black with #4553EC
Text Example
Text Example
White with #4553EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4553EC; }
p { color: rgb(69,83,236); }
H1.HeaderClassName
{
color: #4553EC;
}
.AnyTagClassName
{
color: #4553EC;
}
</style>
background-color css
<style>
a { background-color: #4553EC; }
a { background-color: rgb(69,83,236); }
div.DivClassName
{
background-color: #4553EC;
}
.BgClassName
{
background-color: #4553EC;
}
</style>
border-color css
<style>
span { border-color: #4553EC; }
span { border-color: rgb(69,83,236); }
td.TdClassName
{
border-color: #4553EC;
}
.TagClassName
{
border-color: #4553EC;
}
</style>