Shades of Neon Blue #5655E4
Tints of Neon Blue #5655E4
RGB
CMYK
RGB Variations
Color information
#5655E4 (or 0x5655E4) is known color: Neon Blue. HEX triplet: 56, 55 and E4. RGB value is (86,85,228). Sum of RGB (Red+Green+Blue) = 86+85+228=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 228 (89.45% from 255 or 57.14% from 399); Max value from RGB is 228 - color contains mainly: blue. Hex color #5655E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5655E4 is #A9AA1B. Grayscale: #656565. Windows color (decimal): -11119132 or 14964054. OLE color: 14964054.
HSL color Cylindrical-coordinate representation of color #5655E4: hue angle of 240.42º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5655E4 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 85 | 228 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.11 |
| HSL | 240.42º | 0.73% | 0.61% | - |
| HSV(B) | 240.42º | 0.63% | 0.89% | - |
| XYZ | 21.09 | 14.08 | 75 | - |
| YUV | 101.6 | 199.33 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 228 | 0.62 | 0.63 | 0 | 0.11 | 240.42 | 0.73 | 0.61 |
| Hex | 56 | 55 | E4 | 3E | 3F | 0 | B | F0 | 49 | 3D |
| Octal | 126 | 125 | 344 | 76 | 77 | 0 | 13 | 360 | 111 | 75 |
| Binary | 1010110 | 1010101 | 11100100 | 111110 | 111111 | 0 | 1011 | 11110000 | 1001001 | 111101 |
Color Harmonies of #5655E4
Complementary color
Monochromatic Colors of #5655E4
Black with #5655E4
Text Example
Text Example
White with #5655E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655E4; }
p { color: rgb(86,85,228); }
H1.HeaderClassName
{
color: #5655E4;
}
.AnyTagClassName
{
color: #5655E4;
}
</style>
background-color css
<style>
a { background-color: #5655E4; }
a { background-color: rgb(86,85,228); }
div.DivClassName
{
background-color: #5655E4;
}
.BgClassName
{
background-color: #5655E4;
}
</style>
border-color css
<style>
span { border-color: #5655E4; }
span { border-color: rgb(86,85,228); }
td.TdClassName
{
border-color: #5655E4;
}
.TagClassName
{
border-color: #5655E4;
}
</style>