Shades of Neon Blue #5650EE
Tints of Neon Blue #5650EE
RGB
CMYK
RGB Variations
Color information
#5650EE (or 0x5650EE) is known color: Neon Blue. HEX triplet: 56, 50 and EE. RGB value is (86,80,238). Sum of RGB (Red+Green+Blue) = 86+80+238=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #5650EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5650EE is #A9AF11. Grayscale: #636363. Windows color (decimal): -11120402 or 15618134. OLE color: 15618134.
HSL color Cylindrical-coordinate representation of color #5650EE: hue angle of 242.28º 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 #5650EE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 80 | 238 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.07 |
| HSL | 242.28º | 0.82% | 0.62% | - |
| HSV(B) | 242.28º | 0.66% | 0.93% | - |
| XYZ | 22.14 | 13.89 | 82.4 | - |
| YUV | 99.81 | 205.99 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 238 | 0.64 | 0.66 | 0 | 0.07 | 242.28 | 0.82 | 0.62 |
| Hex | 56 | 50 | EE | 40 | 42 | 0 | 7 | F2 | 52 | 3E |
| Octal | 126 | 120 | 356 | 100 | 102 | 0 | 7 | 362 | 122 | 76 |
| Binary | 1010110 | 1010000 | 11101110 | 1000000 | 1000010 | 0 | 111 | 11110010 | 1010010 | 111110 |
Color Harmonies of #5650EE
Complementary color
Monochromatic Colors of #5650EE
Black with #5650EE
Text Example
Text Example
White with #5650EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5650EE; }
p { color: rgb(86,80,238); }
H1.HeaderClassName
{
color: #5650EE;
}
.AnyTagClassName
{
color: #5650EE;
}
</style>
background-color css
<style>
a { background-color: #5650EE; }
a { background-color: rgb(86,80,238); }
div.DivClassName
{
background-color: #5650EE;
}
.BgClassName
{
background-color: #5650EE;
}
</style>
border-color css
<style>
span { border-color: #5650EE; }
span { border-color: rgb(86,80,238); }
td.TdClassName
{
border-color: #5650EE;
}
.TagClassName
{
border-color: #5650EE;
}
</style>