Shades of Neon Blue #5653EB
Tints of Neon Blue #5653EB
RGB
CMYK
RGB Variations
Color information
#5653EB (or 0x5653EB) is known color: Neon Blue. HEX triplet: 56, 53 and EB. RGB value is (86,83,235). Sum of RGB (Red+Green+Blue) = 86+83+235=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #5653EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5653EB is #A9AC14. Grayscale: #646464. Windows color (decimal): -11119637 or 15422294. OLE color: 15422294.
HSL color Cylindrical-coordinate representation of color #5653EB: hue angle of 241.18º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5653EB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 83 | 235 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.08 |
| HSL | 241.18º | 0.79% | 0.62% | - |
| HSV(B) | 241.18º | 0.65% | 0.92% | - |
| XYZ | 21.93 | 14.16 | 80.18 | - |
| YUV | 101.23 | 203.49 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 235 | 0.63 | 0.65 | 0 | 0.08 | 241.18 | 0.79 | 0.62 |
| Hex | 56 | 53 | EB | 3F | 41 | 0 | 8 | F1 | 4F | 3E |
| Octal | 126 | 123 | 353 | 77 | 101 | 0 | 10 | 361 | 117 | 76 |
| Binary | 1010110 | 1010011 | 11101011 | 111111 | 1000001 | 0 | 1000 | 11110001 | 1001111 | 111110 |
Color Harmonies of #5653EB
Complementary color
Monochromatic Colors of #5653EB
Black with #5653EB
Text Example
Text Example
White with #5653EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5653EB; }
p { color: rgb(86,83,235); }
H1.HeaderClassName
{
color: #5653EB;
}
.AnyTagClassName
{
color: #5653EB;
}
</style>
background-color css
<style>
a { background-color: #5653EB; }
a { background-color: rgb(86,83,235); }
div.DivClassName
{
background-color: #5653EB;
}
.BgClassName
{
background-color: #5653EB;
}
</style>
border-color css
<style>
span { border-color: #5653EB; }
span { border-color: rgb(86,83,235); }
td.TdClassName
{
border-color: #5653EB;
}
.TagClassName
{
border-color: #5653EB;
}
</style>