Shades of Neon Blue #5550EE
Tints of Neon Blue #5550EE
RGB
CMYK
RGB Variations
Color information
#5550EE (or 0x5550EE) is known color: Neon Blue. HEX triplet: 55, 50 and EE. RGB value is (85,80,238). Sum of RGB (Red+Green+Blue) = 85+80+238=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 238 (93.36% from 255 or 59.06% from 403); Max value from RGB is 238 - color contains mainly: blue. Hex color #5550EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5550EE is #AAAF11. Grayscale: #626262. Windows color (decimal): -11185938 or 15618133. OLE color: 15618133.
HSL color Cylindrical-coordinate representation of color #5550EE: hue angle of 241.9º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5550EE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 80 | 238 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.07 |
| HSL | 241.9º | 0.82% | 0.62% | - |
| HSV(B) | 241.9º | 0.66% | 0.93% | - |
| XYZ | 22.05 | 13.84 | 82.4 | - |
| YUV | 99.51 | 206.16 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 80 | 238 | 0.64 | 0.66 | 0 | 0.07 | 241.9 | 0.82 | 0.62 |
| Hex | 55 | 50 | EE | 40 | 42 | 0 | 7 | F2 | 52 | 3E |
| Octal | 125 | 120 | 356 | 100 | 102 | 0 | 7 | 362 | 122 | 76 |
| Binary | 1010101 | 1010000 | 11101110 | 1000000 | 1000010 | 0 | 111 | 11110010 | 1010010 | 111110 |
Color Harmonies of #5550EE
Complementary color
Monochromatic Colors of #5550EE
Black with #5550EE
Text Example
Text Example
White with #5550EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5550EE; }
p { color: rgb(85,80,238); }
H1.HeaderClassName
{
color: #5550EE;
}
.AnyTagClassName
{
color: #5550EE;
}
</style>
background-color css
<style>
a { background-color: #5550EE; }
a { background-color: rgb(85,80,238); }
div.DivClassName
{
background-color: #5550EE;
}
.BgClassName
{
background-color: #5550EE;
}
</style>
border-color css
<style>
span { border-color: #5550EE; }
span { border-color: rgb(85,80,238); }
td.TdClassName
{
border-color: #5550EE;
}
.TagClassName
{
border-color: #5550EE;
}
</style>