Shades of Neon Blue #5643FB
Tints of Neon Blue #5643FB
RGB
CMYK
RGB Variations
Color information
#5643FB (or 0x5643FB) is known color: Neon Blue. HEX triplet: 56, 43 and FB. RGB value is (86,67,251). Sum of RGB (Red+Green+Blue) = 86+67+251=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #5643FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5643FB is #A9BC04. Grayscale: #5C5C5C. Windows color (decimal): -11123717 or 16466774. OLE color: 16466774.
HSL color Cylindrical-coordinate representation of color #5643FB: hue angle of 246.2º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5643FB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 67 | 251 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.02 |
| HSL | 246.2º | 0.96% | 0.62% | - |
| HSV(B) | 246.2º | 0.73% | 0.98% | - |
| XYZ | 23.26 | 12.96 | 92.54 | - |
| YUV | 93.66 | 216.79 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 251 | 0.66 | 0.73 | 0 | 0.02 | 246.2 | 0.96 | 0.62 |
| Hex | 56 | 43 | FB | 42 | 49 | 0 | 2 | F6 | 60 | 3E |
| Octal | 126 | 103 | 373 | 102 | 111 | 0 | 2 | 366 | 140 | 76 |
| Binary | 1010110 | 1000011 | 11111011 | 1000010 | 1001001 | 0 | 10 | 11110110 | 1100000 | 111110 |
Color Harmonies of #5643FB
Complementary color
Monochromatic Colors of #5643FB
Black with #5643FB
Text Example
Text Example
White with #5643FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643FB; }
p { color: rgb(86,67,251); }
H1.HeaderClassName
{
color: #5643FB;
}
.AnyTagClassName
{
color: #5643FB;
}
</style>
background-color css
<style>
a { background-color: #5643FB; }
a { background-color: rgb(86,67,251); }
div.DivClassName
{
background-color: #5643FB;
}
.BgClassName
{
background-color: #5643FB;
}
</style>
border-color css
<style>
span { border-color: #5643FB; }
span { border-color: rgb(86,67,251); }
td.TdClassName
{
border-color: #5643FB;
}
.TagClassName
{
border-color: #5643FB;
}
</style>