Shades of Neon Blue #5536EE
Tints of Neon Blue #5536EE
RGB
CMYK
RGB Variations
Color information
#5536EE (or 0x5536EE) is known color: Neon Blue. HEX triplet: 55, 36 and EE. RGB value is (85,54,238). Sum of RGB (Red+Green+Blue) = 85+54+238=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #5536EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5536EE is #AAC911. Grayscale: #535353. Windows color (decimal): -11192594 or 15611477. OLE color: 15611477.
HSL color Cylindrical-coordinate representation of color #5536EE: hue angle of 250.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5536EE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 54 | 238 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.07 |
| HSL | 250.11º | 0.84% | 0.57% | - |
| HSV(B) | 250.11º | 0.77% | 0.93% | - |
| XYZ | 20.5 | 10.74 | 81.88 | - |
| YUV | 84.25 | 214.77 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 238 | 0.64 | 0.77 | 0 | 0.07 | 250.11 | 0.84 | 0.57 |
| Hex | 55 | 36 | EE | 40 | 4D | 0 | 7 | FA | 54 | 39 |
| Octal | 125 | 66 | 356 | 100 | 115 | 0 | 7 | 372 | 124 | 71 |
| Binary | 1010101 | 110110 | 11101110 | 1000000 | 1001101 | 0 | 111 | 11111010 | 1010100 | 111001 |
Color Harmonies of #5536EE
Complementary color
Monochromatic Colors of #5536EE
Black with #5536EE
Text Example
Text Example
White with #5536EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5536EE; }
p { color: rgb(85,54,238); }
H1.HeaderClassName
{
color: #5536EE;
}
.AnyTagClassName
{
color: #5536EE;
}
</style>
background-color css
<style>
a { background-color: #5536EE; }
a { background-color: rgb(85,54,238); }
div.DivClassName
{
background-color: #5536EE;
}
.BgClassName
{
background-color: #5536EE;
}
</style>
border-color css
<style>
span { border-color: #5536EE; }
span { border-color: rgb(85,54,238); }
td.TdClassName
{
border-color: #5536EE;
}
.TagClassName
{
border-color: #5536EE;
}
</style>