Shades of Neon Blue #4550EC
Tints of Neon Blue #4550EC
RGB
CMYK
RGB Variations
Color information
#4550EC (or 0x4550EC) is known color: Neon Blue. HEX triplet: 45, 50 and EC. RGB value is (69,80,236). Sum of RGB (Red+Green+Blue) = 69+80+236=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #4550EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4550EC is #BAAF13. Grayscale: #5D5D5D. Windows color (decimal): -12234516 or 15487045. OLE color: 15487045.
HSL color Cylindrical-coordinate representation of color #4550EC: hue angle of 236.05º 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 #4550EC is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 80 | 236 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.07 |
| HSL | 236.05º | 0.81% | 0.6% | - |
| HSV(B) | 236.05º | 0.71% | 0.93% | - |
| XYZ | 20.46 | 13.06 | 80.8 | - |
| YUV | 94.5 | 207.86 | 109.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 80 | 236 | 0.71 | 0.66 | 0 | 0.07 | 236.05 | 0.81 | 0.6 |
| Hex | 45 | 50 | EC | 47 | 42 | 0 | 7 | EC | 51 | 3C |
| Octal | 105 | 120 | 354 | 107 | 102 | 0 | 7 | 354 | 121 | 74 |
| Binary | 1000101 | 1010000 | 11101100 | 1000111 | 1000010 | 0 | 111 | 11101100 | 1010001 | 111100 |
Color Harmonies of #4550EC
Complementary color
Monochromatic Colors of #4550EC
Black with #4550EC
Text Example
Text Example
White with #4550EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4550EC; }
p { color: rgb(69,80,236); }
H1.HeaderClassName
{
color: #4550EC;
}
.AnyTagClassName
{
color: #4550EC;
}
</style>
background-color css
<style>
a { background-color: #4550EC; }
a { background-color: rgb(69,80,236); }
div.DivClassName
{
background-color: #4550EC;
}
.BgClassName
{
background-color: #4550EC;
}
</style>
border-color css
<style>
span { border-color: #4550EC; }
span { border-color: rgb(69,80,236); }
td.TdClassName
{
border-color: #4550EC;
}
.TagClassName
{
border-color: #4550EC;
}
</style>