Shades of Neon Blue #5643FA
Tints of Neon Blue #5643FA
RGB
CMYK
RGB Variations
Color information
#5643FA (or 0x5643FA) is known color: Neon Blue. HEX triplet: 56, 43 and FA. RGB value is (86,67,250). Sum of RGB (Red+Green+Blue) = 86+67+250=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #5643FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5643FA is #A9BC05. Grayscale: #5C5C5C. Windows color (decimal): -11123718 or 16401238. OLE color: 16401238.
HSL color Cylindrical-coordinate representation of color #5643FA: hue angle of 246.23º degrees, saturation: 0.95, 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 #5643FA is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 67 | 250 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.02 |
| HSL | 246.23º | 0.95% | 0.62% | - |
| HSV(B) | 246.23º | 0.73% | 0.98% | - |
| XYZ | 23.1 | 12.89 | 91.71 | - |
| YUV | 93.54 | 216.29 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 250 | 0.66 | 0.73 | 0 | 0.02 | 246.23 | 0.95 | 0.62 |
| Hex | 56 | 43 | FA | 42 | 49 | 0 | 2 | F6 | 5F | 3E |
| Octal | 126 | 103 | 372 | 102 | 111 | 0 | 2 | 366 | 137 | 76 |
| Binary | 1010110 | 1000011 | 11111010 | 1000010 | 1001001 | 0 | 10 | 11110110 | 1011111 | 111110 |
Color Harmonies of #5643FA
Complementary color
Monochromatic Colors of #5643FA
Black with #5643FA
Text Example
Text Example
White with #5643FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643FA; }
p { color: rgb(86,67,250); }
H1.HeaderClassName
{
color: #5643FA;
}
.AnyTagClassName
{
color: #5643FA;
}
</style>
background-color css
<style>
a { background-color: #5643FA; }
a { background-color: rgb(86,67,250); }
div.DivClassName
{
background-color: #5643FA;
}
.BgClassName
{
background-color: #5643FA;
}
</style>
border-color css
<style>
span { border-color: #5643FA; }
span { border-color: rgb(86,67,250); }
td.TdClassName
{
border-color: #5643FA;
}
.TagClassName
{
border-color: #5643FA;
}
</style>