Shades of Neon Blue #5643E5
Tints of Neon Blue #5643E5
RGB
CMYK
RGB Variations
Color information
#5643E5 (or 0x5643E5) is known color: Neon Blue. HEX triplet: 56, 43 and E5. RGB value is (86,67,229). Sum of RGB (Red+Green+Blue) = 86+67+229=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #5643E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5643E5 is #A9BC1A. Grayscale: #5A5A5A. Windows color (decimal): -11123739 or 15024982. OLE color: 15024982.
HSL color Cylindrical-coordinate representation of color #5643E5: hue angle of 247.04º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5643E5 is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 67 | 229 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.10 |
| HSL | 247.04º | 0.76% | 0.58% | - |
| HSV(B) | 247.04º | 0.71% | 0.9% | - |
| XYZ | 19.99 | 11.65 | 75.32 | - |
| YUV | 91.15 | 205.79 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 229 | 0.62 | 0.71 | 0 | 0.10 | 247.04 | 0.76 | 0.58 |
| Hex | 56 | 43 | E5 | 3E | 47 | 0 | A | F7 | 4C | 3A |
| Octal | 126 | 103 | 345 | 76 | 107 | 0 | 12 | 367 | 114 | 72 |
| Binary | 1010110 | 1000011 | 11100101 | 111110 | 1000111 | 0 | 1010 | 11110111 | 1001100 | 111010 |
Color Harmonies of #5643E5
Complementary color
Monochromatic Colors of #5643E5
Black with #5643E5
Text Example
Text Example
White with #5643E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643E5; }
p { color: rgb(86,67,229); }
H1.HeaderClassName
{
color: #5643E5;
}
.AnyTagClassName
{
color: #5643E5;
}
</style>
background-color css
<style>
a { background-color: #5643E5; }
a { background-color: rgb(86,67,229); }
div.DivClassName
{
background-color: #5643E5;
}
.BgClassName
{
background-color: #5643E5;
}
</style>
border-color css
<style>
span { border-color: #5643E5; }
span { border-color: rgb(86,67,229); }
td.TdClassName
{
border-color: #5643E5;
}
.TagClassName
{
border-color: #5643E5;
}
</style>