Shades of Neon Blue #5657FD
Tints of Neon Blue #5657FD
RGB
CMYK
RGB Variations
Color information
#5657FD (or 0x5657FD) is known color: Neon Blue. HEX triplet: 56, 57 and FD. RGB value is (86,87,253). Sum of RGB (Red+Green+Blue) = 86+87+253=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #5657FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5657FD is #A9A802. Grayscale: #686868. Windows color (decimal): -11118595 or 16602966. OLE color: 16602966.
HSL color Cylindrical-coordinate representation of color #5657FD: hue angle of 239.64º 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 #5657FD is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 87 | 253 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.01 |
| HSL | 239.64º | 0.98% | 0.66% | - |
| HSV(B) | 239.64º | 0.66% | 0.99% | - |
| XYZ | 24.98 | 15.89 | 94.68 | - |
| YUV | 105.63 | 211.17 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 253 | 0.66 | 0.66 | 0 | 0.01 | 239.64 | 0.98 | 0.66 |
| Hex | 56 | 57 | FD | 42 | 42 | 0 | 1 | F0 | 62 | 42 |
| Octal | 126 | 127 | 375 | 102 | 102 | 0 | 1 | 360 | 142 | 102 |
| Binary | 1010110 | 1010111 | 11111101 | 1000010 | 1000010 | 0 | 1 | 11110000 | 1100010 | 1000010 |
Color Harmonies of #5657FD
Complementary color
Monochromatic Colors of #5657FD
Black with #5657FD
Text Example
Text Example
White with #5657FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5657FD; }
p { color: rgb(86,87,253); }
H1.HeaderClassName
{
color: #5657FD;
}
.AnyTagClassName
{
color: #5657FD;
}
</style>
background-color css
<style>
a { background-color: #5657FD; }
a { background-color: rgb(86,87,253); }
div.DivClassName
{
background-color: #5657FD;
}
.BgClassName
{
background-color: #5657FD;
}
</style>
border-color css
<style>
span { border-color: #5657FD; }
span { border-color: rgb(86,87,253); }
td.TdClassName
{
border-color: #5657FD;
}
.TagClassName
{
border-color: #5657FD;
}
</style>