Shades of Neon Blue #5850EE
Tints of Neon Blue #5850EE
RGB
CMYK
RGB Variations
Color information
#5850EE (or 0x5850EE) is known color: Neon Blue. HEX triplet: 58, 50 and EE. RGB value is (88,80,238). Sum of RGB (Red+Green+Blue) = 88+80+238=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #5850EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5850EE is #A7AF11. Grayscale: #636363. Windows color (decimal): -10989330 or 15618136. OLE color: 15618136.
HSL color Cylindrical-coordinate representation of color #5850EE: hue angle of 243.04º 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 #5850EE is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 80 | 238 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.07 |
| HSL | 243.04º | 0.82% | 0.62% | - |
| HSV(B) | 243.04º | 0.66% | 0.93% | - |
| XYZ | 22.33 | 13.99 | 82.41 | - |
| YUV | 100.4 | 205.65 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 80 | 238 | 0.63 | 0.66 | 0 | 0.07 | 243.04 | 0.82 | 0.62 |
| Hex | 58 | 50 | EE | 3F | 42 | 0 | 7 | F3 | 52 | 3E |
| Octal | 130 | 120 | 356 | 77 | 102 | 0 | 7 | 363 | 122 | 76 |
| Binary | 1011000 | 1010000 | 11101110 | 111111 | 1000010 | 0 | 111 | 11110011 | 1010010 | 111110 |
Color Harmonies of #5850EE
Complementary color
Monochromatic Colors of #5850EE
Black with #5850EE
Text Example
Text Example
White with #5850EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5850EE; }
p { color: rgb(88,80,238); }
H1.HeaderClassName
{
color: #5850EE;
}
.AnyTagClassName
{
color: #5850EE;
}
</style>
background-color css
<style>
a { background-color: #5850EE; }
a { background-color: rgb(88,80,238); }
div.DivClassName
{
background-color: #5850EE;
}
.BgClassName
{
background-color: #5850EE;
}
</style>
border-color css
<style>
span { border-color: #5850EE; }
span { border-color: rgb(88,80,238); }
td.TdClassName
{
border-color: #5850EE;
}
.TagClassName
{
border-color: #5850EE;
}
</style>