Shades of Neon Blue #5655FA
Tints of Neon Blue #5655FA
RGB
CMYK
RGB Variations
Color information
#5655FA (or 0x5655FA) is known color: Neon Blue. HEX triplet: 56, 55 and FA. RGB value is (86,85,250). Sum of RGB (Red+Green+Blue) = 86+85+250=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 250 (98.05% from 255 or 59.38% from 421); Max value from RGB is 250 - color contains mainly: blue. Hex color #5655FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655FA is #A9AA05. Grayscale: #676767. Windows color (decimal): -11119110 or 16405846. OLE color: 16405846.
HSL color Cylindrical-coordinate representation of color #5655FA: hue angle of 240.36º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5655FA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 85 | 250 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.02 |
| HSL | 240.36º | 0.94% | 0.66% | - |
| HSV(B) | 240.36º | 0.66% | 0.98% | - |
| XYZ | 24.34 | 15.38 | 92.13 | - |
| YUV | 104.11 | 210.33 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 250 | 0.66 | 0.66 | 0 | 0.02 | 240.36 | 0.94 | 0.66 |
| Hex | 56 | 55 | FA | 42 | 42 | 0 | 2 | F0 | 5E | 42 |
| Octal | 126 | 125 | 372 | 102 | 102 | 0 | 2 | 360 | 136 | 102 |
| Binary | 1010110 | 1010101 | 11111010 | 1000010 | 1000010 | 0 | 10 | 11110000 | 1011110 | 1000010 |
Color Harmonies of #5655FA
Complementary color
Monochromatic Colors of #5655FA
Black with #5655FA
Text Example
Text Example
White with #5655FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655FA; }
p { color: rgb(86,85,250); }
H1.HeaderClassName
{
color: #5655FA;
}
.AnyTagClassName
{
color: #5655FA;
}
</style>
background-color css
<style>
a { background-color: #5655FA; }
a { background-color: rgb(86,85,250); }
div.DivClassName
{
background-color: #5655FA;
}
.BgClassName
{
background-color: #5655FA;
}
</style>
border-color css
<style>
span { border-color: #5655FA; }
span { border-color: rgb(86,85,250); }
td.TdClassName
{
border-color: #5655FA;
}
.TagClassName
{
border-color: #5655FA;
}
</style>