Shades of Neon Blue #5650FF
Tints of Neon Blue #5650FF
RGB
CMYK
RGB Variations
Color information
#5650FF (or 0x5650FF) is known color: Neon Blue. HEX triplet: 56, 50 and FF. RGB value is (86,80,255). Sum of RGB (Red+Green+Blue) = 86+80+255=421 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.43% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #5650FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5650FF is #A9AF00. Grayscale: #656565. Windows color (decimal): -11120385 or 16732246. OLE color: 16732246.
HSL color Cylindrical-coordinate representation of color #5650FF: hue angle of 242.06º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5650FF is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 80 | 255 | - |
| CMYK | 0.66 | 0.69 | 0 | 0 |
| HSL | 242.06º | 1% | 0.66% | - |
| HSV(B) | 242.06º | 0.69% | 1% | - |
| XYZ | 24.76 | 14.94 | 96.19 | - |
| YUV | 101.74 | 214.49 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 255 | 0.66 | 0.69 | 0 | 0 | 242.06 | 1 | 0.66 |
| Hex | 56 | 50 | FF | 42 | 45 | 0 | 0 | F2 | 64 | 42 |
| Octal | 126 | 120 | 377 | 102 | 105 | 0 | 0 | 362 | 144 | 102 |
| Binary | 1010110 | 1010000 | 11111111 | 1000010 | 1000101 | 0 | 0 | 11110010 | 1100100 | 1000010 |
Color Harmonies of #5650FF
Complementary color
Monochromatic Colors of #5650FF
Black with #5650FF
Text Example
Text Example
White with #5650FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5650FF; }
p { color: rgb(86,80,255); }
H1.HeaderClassName
{
color: #5650FF;
}
.AnyTagClassName
{
color: #5650FF;
}
</style>
background-color css
<style>
a { background-color: #5650FF; }
a { background-color: rgb(86,80,255); }
div.DivClassName
{
background-color: #5650FF;
}
.BgClassName
{
background-color: #5650FF;
}
</style>
border-color css
<style>
span { border-color: #5650FF; }
span { border-color: rgb(86,80,255); }
td.TdClassName
{
border-color: #5650FF;
}
.TagClassName
{
border-color: #5650FF;
}
</style>