Shades of Neon Blue #5653EA
Tints of Neon Blue #5653EA
RGB
CMYK
RGB Variations
Color information
#5653EA (or 0x5653EA) is known color: Neon Blue. HEX triplet: 56, 53 and EA. RGB value is (86,83,234). Sum of RGB (Red+Green+Blue) = 86+83+234=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #5653EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5653EA is #A9AC15. Grayscale: #646464. Windows color (decimal): -11119638 or 15356758. OLE color: 15356758.
HSL color Cylindrical-coordinate representation of color #5653EA: hue angle of 241.19º degrees, saturation: 0.78, 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 #5653EA is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 83 | 234 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.08 |
| HSL | 241.19º | 0.78% | 0.62% | - |
| HSV(B) | 241.19º | 0.65% | 0.92% | - |
| XYZ | 21.78 | 14.11 | 79.42 | - |
| YUV | 101.11 | 202.99 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 83 | 234 | 0.63 | 0.65 | 0 | 0.08 | 241.19 | 0.78 | 0.62 |
| Hex | 56 | 53 | EA | 3F | 41 | 0 | 8 | F1 | 4E | 3E |
| Octal | 126 | 123 | 352 | 77 | 101 | 0 | 10 | 361 | 116 | 76 |
| Binary | 1010110 | 1010011 | 11101010 | 111111 | 1000001 | 0 | 1000 | 11110001 | 1001110 | 111110 |
Color Harmonies of #5653EA
Complementary color
Monochromatic Colors of #5653EA
Black with #5653EA
Text Example
Text Example
White with #5653EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5653EA; }
p { color: rgb(86,83,234); }
H1.HeaderClassName
{
color: #5653EA;
}
.AnyTagClassName
{
color: #5653EA;
}
</style>
background-color css
<style>
a { background-color: #5653EA; }
a { background-color: rgb(86,83,234); }
div.DivClassName
{
background-color: #5653EA;
}
.BgClassName
{
background-color: #5653EA;
}
</style>
border-color css
<style>
span { border-color: #5653EA; }
span { border-color: rgb(86,83,234); }
td.TdClassName
{
border-color: #5653EA;
}
.TagClassName
{
border-color: #5653EA;
}
</style>