Shades of Neon Blue #5643EE
Tints of Neon Blue #5643EE
RGB
CMYK
RGB Variations
Color information
#5643EE (or 0x5643EE) is known color: Neon Blue. HEX triplet: 56, 43 and EE. RGB value is (86,67,238). Sum of RGB (Red+Green+Blue) = 86+67+238=391 (51% of max value = 765). Red value is 86 (33.98% from 255 or 21.99% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #5643EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5643EE is #A9BC11. Grayscale: #5B5B5B. Windows color (decimal): -11123730 or 15614806. OLE color: 15614806.
HSL color Cylindrical-coordinate representation of color #5643EE: hue angle of 246.67º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5643EE is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 67 | 238 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.07 |
| HSL | 246.67º | 0.83% | 0.6% | - |
| HSV(B) | 246.67º | 0.72% | 0.93% | - |
| XYZ | 21.28 | 12.17 | 82.12 | - |
| YUV | 92.18 | 210.29 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 67 | 238 | 0.64 | 0.72 | 0 | 0.07 | 246.67 | 0.83 | 0.6 |
| Hex | 56 | 43 | EE | 40 | 48 | 0 | 7 | F7 | 53 | 3C |
| Octal | 126 | 103 | 356 | 100 | 110 | 0 | 7 | 367 | 123 | 74 |
| Binary | 1010110 | 1000011 | 11101110 | 1000000 | 1001000 | 0 | 111 | 11110111 | 1010011 | 111100 |
Color Harmonies of #5643EE
Complementary color
Monochromatic Colors of #5643EE
Black with #5643EE
Text Example
Text Example
White with #5643EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5643EE; }
p { color: rgb(86,67,238); }
H1.HeaderClassName
{
color: #5643EE;
}
.AnyTagClassName
{
color: #5643EE;
}
</style>
background-color css
<style>
a { background-color: #5643EE; }
a { background-color: rgb(86,67,238); }
div.DivClassName
{
background-color: #5643EE;
}
.BgClassName
{
background-color: #5643EE;
}
</style>
border-color css
<style>
span { border-color: #5643EE; }
span { border-color: rgb(86,67,238); }
td.TdClassName
{
border-color: #5643EE;
}
.TagClassName
{
border-color: #5643EE;
}
</style>