Shades of Neon Blue #5648EE
Tints of Neon Blue #5648EE
RGB
CMYK
RGB Variations
Color information
#5648EE (or 0x5648EE) is known color: Neon Blue. HEX triplet: 56, 48 and EE. RGB value is (86,72,238). Sum of RGB (Red+Green+Blue) = 86+72+238=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 238 (93.36% from 255 or 60.10% from 396); Max value from RGB is 238 - color contains mainly: blue. Hex color #5648EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5648EE is #A9B711. Grayscale: #5E5E5E. Windows color (decimal): -11122450 or 15616086. OLE color: 15616086.
HSL color Cylindrical-coordinate representation of color #5648EE: hue angle of 245.06º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5648EE is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 72 | 238 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.07 |
| HSL | 245.06º | 0.83% | 0.61% | - |
| HSV(B) | 245.06º | 0.7% | 0.93% | - |
| XYZ | 21.59 | 12.79 | 82.22 | - |
| YUV | 95.11 | 208.64 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 72 | 238 | 0.64 | 0.70 | 0 | 0.07 | 245.06 | 0.83 | 0.61 |
| Hex | 56 | 48 | EE | 40 | 46 | 0 | 7 | F5 | 53 | 3D |
| Octal | 126 | 110 | 356 | 100 | 106 | 0 | 7 | 365 | 123 | 75 |
| Binary | 1010110 | 1001000 | 11101110 | 1000000 | 1000110 | 0 | 111 | 11110101 | 1010011 | 111101 |
Color Harmonies of #5648EE
Complementary color
Monochromatic Colors of #5648EE
Black with #5648EE
Text Example
Text Example
White with #5648EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5648EE; }
p { color: rgb(86,72,238); }
H1.HeaderClassName
{
color: #5648EE;
}
.AnyTagClassName
{
color: #5648EE;
}
</style>
background-color css
<style>
a { background-color: #5648EE; }
a { background-color: rgb(86,72,238); }
div.DivClassName
{
background-color: #5648EE;
}
.BgClassName
{
background-color: #5648EE;
}
</style>
border-color css
<style>
span { border-color: #5648EE; }
span { border-color: rgb(86,72,238); }
td.TdClassName
{
border-color: #5648EE;
}
.TagClassName
{
border-color: #5648EE;
}
</style>