Shades of Neon Blue #5650FB
Tints of Neon Blue #5650FB
RGB
CMYK
RGB Variations
Color information
#5650FB (or 0x5650FB) is known color: Neon Blue. HEX triplet: 56, 50 and FB. RGB value is (86,80,251). Sum of RGB (Red+Green+Blue) = 86+80+251=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #5650FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5650FB is #A9AF04. Grayscale: #646464. Windows color (decimal): -11120389 or 16470102. OLE color: 16470102.
HSL color Cylindrical-coordinate representation of color #5650FB: hue angle of 242.11º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5650FB is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 80 | 251 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.02 |
| HSL | 242.11º | 0.96% | 0.65% | - |
| HSV(B) | 242.11º | 0.68% | 0.98% | - |
| XYZ | 24.12 | 14.68 | 92.83 | - |
| YUV | 101.29 | 212.49 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 80 | 251 | 0.66 | 0.68 | 0 | 0.02 | 242.11 | 0.96 | 0.65 |
| Hex | 56 | 50 | FB | 42 | 44 | 0 | 2 | F2 | 60 | 41 |
| Octal | 126 | 120 | 373 | 102 | 104 | 0 | 2 | 362 | 140 | 101 |
| Binary | 1010110 | 1010000 | 11111011 | 1000010 | 1000100 | 0 | 10 | 11110010 | 1100000 | 1000001 |
Color Harmonies of #5650FB
Complementary color
Monochromatic Colors of #5650FB
Black with #5650FB
Text Example
Text Example
White with #5650FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5650FB; }
p { color: rgb(86,80,251); }
H1.HeaderClassName
{
color: #5650FB;
}
.AnyTagClassName
{
color: #5650FB;
}
</style>
background-color css
<style>
a { background-color: #5650FB; }
a { background-color: rgb(86,80,251); }
div.DivClassName
{
background-color: #5650FB;
}
.BgClassName
{
background-color: #5650FB;
}
</style>
border-color css
<style>
span { border-color: #5650FB; }
span { border-color: rgb(86,80,251); }
td.TdClassName
{
border-color: #5650FB;
}
.TagClassName
{
border-color: #5650FB;
}
</style>