Shades of Neon Blue #5541EC
Tints of Neon Blue #5541EC
RGB
CMYK
RGB Variations
Color information
#5541EC (or 0x5541EC) is known color: Neon Blue. HEX triplet: 55, 41 and EC. RGB value is (85,65,236). Sum of RGB (Red+Green+Blue) = 85+65+236=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #5541EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5541EC is #AABE13. Grayscale: #595959. Windows color (decimal): -11189780 or 15483221. OLE color: 15483221.
HSL color Cylindrical-coordinate representation of color #5541EC: hue angle of 247.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5541EC is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 65 | 236 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.07 |
| HSL | 247.02º | 0.82% | 0.59% | - |
| HSV(B) | 247.02º | 0.72% | 0.93% | - |
| XYZ | 20.78 | 11.77 | 80.53 | - |
| YUV | 90.47 | 210.13 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 65 | 236 | 0.64 | 0.72 | 0 | 0.07 | 247.02 | 0.82 | 0.59 |
| Hex | 55 | 41 | EC | 40 | 48 | 0 | 7 | F7 | 52 | 3B |
| Octal | 125 | 101 | 354 | 100 | 110 | 0 | 7 | 367 | 122 | 73 |
| Binary | 1010101 | 1000001 | 11101100 | 1000000 | 1001000 | 0 | 111 | 11110111 | 1010010 | 111011 |
Color Harmonies of #5541EC
Complementary color
Monochromatic Colors of #5541EC
Black with #5541EC
Text Example
Text Example
White with #5541EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5541EC; }
p { color: rgb(85,65,236); }
H1.HeaderClassName
{
color: #5541EC;
}
.AnyTagClassName
{
color: #5541EC;
}
</style>
background-color css
<style>
a { background-color: #5541EC; }
a { background-color: rgb(85,65,236); }
div.DivClassName
{
background-color: #5541EC;
}
.BgClassName
{
background-color: #5541EC;
}
</style>
border-color css
<style>
span { border-color: #5541EC; }
span { border-color: rgb(85,65,236); }
td.TdClassName
{
border-color: #5541EC;
}
.TagClassName
{
border-color: #5541EC;
}
</style>