Shades of Neon Blue #5651E6
Tints of Neon Blue #5651E6
RGB
CMYK
RGB Variations
Color information
#5651E6 (or 0x5651E6) is known color: Neon Blue. HEX triplet: 56, 51 and E6. RGB value is (86,81,230). Sum of RGB (Red+Green+Blue) = 86+81+230=397 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.66% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 230 (90.23% from 255 or 57.93% from 397); Max value from RGB is 230 - color contains mainly: blue. Hex color #5651E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5651E6 is #A9AE19. Grayscale: #626262. Windows color (decimal): -11120154 or 15094102. OLE color: 15094102.
HSL color Cylindrical-coordinate representation of color #5651E6: hue angle of 242.01º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5651E6 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 81 | 230 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.10 |
| HSL | 242.01º | 0.75% | 0.61% | - |
| HSV(B) | 242.01º | 0.65% | 0.9% | - |
| XYZ | 21.06 | 13.58 | 76.37 | - |
| YUV | 99.48 | 201.66 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 81 | 230 | 0.63 | 0.65 | 0 | 0.10 | 242.01 | 0.75 | 0.61 |
| Hex | 56 | 51 | E6 | 3F | 41 | 0 | A | F2 | 4B | 3D |
| Octal | 126 | 121 | 346 | 77 | 101 | 0 | 12 | 362 | 113 | 75 |
| Binary | 1010110 | 1010001 | 11100110 | 111111 | 1000001 | 0 | 1010 | 11110010 | 1001011 | 111101 |
Color Harmonies of #5651E6
Complementary color
Monochromatic Colors of #5651E6
Black with #5651E6
Text Example
Text Example
White with #5651E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5651E6; }
p { color: rgb(86,81,230); }
H1.HeaderClassName
{
color: #5651E6;
}
.AnyTagClassName
{
color: #5651E6;
}
</style>
background-color css
<style>
a { background-color: #5651E6; }
a { background-color: rgb(86,81,230); }
div.DivClassName
{
background-color: #5651E6;
}
.BgClassName
{
background-color: #5651E6;
}
</style>
border-color css
<style>
span { border-color: #5651E6; }
span { border-color: rgb(86,81,230); }
td.TdClassName
{
border-color: #5651E6;
}
.TagClassName
{
border-color: #5651E6;
}
</style>