Shades of Neon Blue #5655FD
Tints of Neon Blue #5655FD
RGB
CMYK
RGB Variations
Color information
#5655FD (or 0x5655FD) is known color: Neon Blue. HEX triplet: 56, 55 and FD. RGB value is (86,85,253). Sum of RGB (Red+Green+Blue) = 86+85+253=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #5655FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655FD is #A9AA02. Grayscale: #676767. Windows color (decimal): -11119107 or 16602454. OLE color: 16602454.
HSL color Cylindrical-coordinate representation of color #5655FD: hue angle of 240.36º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5655FD is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 85 | 253 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.01 |
| HSL | 240.36º | 0.98% | 0.66% | - |
| HSV(B) | 240.36º | 0.66% | 0.99% | - |
| XYZ | 24.82 | 15.57 | 94.63 | - |
| YUV | 104.45 | 211.83 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 253 | 0.66 | 0.66 | 0 | 0.01 | 240.36 | 0.98 | 0.66 |
| Hex | 56 | 55 | FD | 42 | 42 | 0 | 1 | F0 | 62 | 42 |
| Octal | 126 | 125 | 375 | 102 | 102 | 0 | 1 | 360 | 142 | 102 |
| Binary | 1010110 | 1010101 | 11111101 | 1000010 | 1000010 | 0 | 1 | 11110000 | 1100010 | 1000010 |
Color Harmonies of #5655FD
Complementary color
Monochromatic Colors of #5655FD
Black with #5655FD
Text Example
Text Example
White with #5655FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655FD; }
p { color: rgb(86,85,253); }
H1.HeaderClassName
{
color: #5655FD;
}
.AnyTagClassName
{
color: #5655FD;
}
</style>
background-color css
<style>
a { background-color: #5655FD; }
a { background-color: rgb(86,85,253); }
div.DivClassName
{
background-color: #5655FD;
}
.BgClassName
{
background-color: #5655FD;
}
</style>
border-color css
<style>
span { border-color: #5655FD; }
span { border-color: rgb(86,85,253); }
td.TdClassName
{
border-color: #5655FD;
}
.TagClassName
{
border-color: #5655FD;
}
</style>