Shades of Neon Blue #5540EB
Tints of Neon Blue #5540EB
RGB
CMYK
RGB Variations
Color information
#5540EB (or 0x5540EB) is known color: Neon Blue. HEX triplet: 55, 40 and EB. RGB value is (85,64,235). Sum of RGB (Red+Green+Blue) = 85+64+235=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 235 (92.19% from 255 or 61.20% from 384); Max value from RGB is 235 - color contains mainly: blue. Hex color #5540EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5540EB is #AABF14. Grayscale: #595959. Windows color (decimal): -11190037 or 15417429. OLE color: 15417429.
HSL color Cylindrical-coordinate representation of color #5540EB: hue angle of 247.37º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5540EB is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 64 | 235 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.08 |
| HSL | 247.37º | 0.81% | 0.59% | - |
| HSV(B) | 247.37º | 0.73% | 0.92% | - |
| XYZ | 20.58 | 11.6 | 79.75 | - |
| YUV | 89.77 | 209.96 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 64 | 235 | 0.64 | 0.73 | 0 | 0.08 | 247.37 | 0.81 | 0.59 |
| Hex | 55 | 40 | EB | 40 | 49 | 0 | 8 | F7 | 51 | 3B |
| Octal | 125 | 100 | 353 | 100 | 111 | 0 | 10 | 367 | 121 | 73 |
| Binary | 1010101 | 1000000 | 11101011 | 1000000 | 1001001 | 0 | 1000 | 11110111 | 1010001 | 111011 |
Color Harmonies of #5540EB
Complementary color
Monochromatic Colors of #5540EB
Black with #5540EB
Text Example
Text Example
White with #5540EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5540EB; }
p { color: rgb(85,64,235); }
H1.HeaderClassName
{
color: #5540EB;
}
.AnyTagClassName
{
color: #5540EB;
}
</style>
background-color css
<style>
a { background-color: #5540EB; }
a { background-color: rgb(85,64,235); }
div.DivClassName
{
background-color: #5540EB;
}
.BgClassName
{
background-color: #5540EB;
}
</style>
border-color css
<style>
span { border-color: #5540EB; }
span { border-color: rgb(85,64,235); }
td.TdClassName
{
border-color: #5540EB;
}
.TagClassName
{
border-color: #5540EB;
}
</style>