Shades of Neon Blue #5651FF
Tints of Neon Blue #5651FF
RGB
CMYK
RGB Variations
Color information
#5651FF (or 0x5651FF) is known color: Neon Blue. HEX triplet: 56, 51 and FF. RGB value is (86,81,255). Sum of RGB (Red+Green+Blue) = 86+81+255=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #5651FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5651FF is #A9AE00. Grayscale: #656565. Windows color (decimal): -11120129 or 16732502. OLE color: 16732502.
HSL color Cylindrical-coordinate representation of color #5651FF: hue angle of 241.72º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5651FF is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 81 | 255 | - |
| CMYK | 0.66 | 0.68 | 0 | 0 |
| HSL | 241.72º | 1% | 0.66% | - |
| HSV(B) | 241.72º | 0.68% | 1% | - |
| XYZ | 24.83 | 15.08 | 96.21 | - |
| YUV | 102.33 | 214.16 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 255 | 0.66 | 0.68 | 0 | 0 | 241.72 | 1 | 0.66 |
| Hex | 56 | 51 | FF | 42 | 44 | 0 | 0 | F2 | 64 | 42 |
| Octal | 126 | 121 | 377 | 102 | 104 | 0 | 0 | 362 | 144 | 102 |
| Binary | 1010110 | 1010001 | 11111111 | 1000010 | 1000100 | 0 | 0 | 11110010 | 1100100 | 1000010 |
Color Harmonies of #5651FF
Complementary color
Monochromatic Colors of #5651FF
Black with #5651FF
Text Example
Text Example
White with #5651FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651FF; }
p { color: rgb(86,81,255); }
H1.HeaderClassName
{
color: #5651FF;
}
.AnyTagClassName
{
color: #5651FF;
}
</style>
background-color css
<style>
a { background-color: #5651FF; }
a { background-color: rgb(86,81,255); }
div.DivClassName
{
background-color: #5651FF;
}
.BgClassName
{
background-color: #5651FF;
}
</style>
border-color css
<style>
span { border-color: #5651FF; }
span { border-color: rgb(86,81,255); }
td.TdClassName
{
border-color: #5651FF;
}
.TagClassName
{
border-color: #5651FF;
}
</style>