Shades of Neon Blue #5652E4
Tints of Neon Blue #5652E4
RGB
CMYK
RGB Variations
Color information
#5652E4 (or 0x5652E4) is known color: Neon Blue. HEX triplet: 56, 52 and E4. RGB value is (86,82,228). Sum of RGB (Red+Green+Blue) = 86+82+228=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 228 (89.45% from 255 or 57.58% from 396); Max value from RGB is 228 - color contains mainly: blue. Hex color #5652E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652E4 is #A9AD1B. Grayscale: #636363. Windows color (decimal): -11119900 or 14963286. OLE color: 14963286.
HSL color Cylindrical-coordinate representation of color #5652E4: hue angle of 241.64º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5652E4 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 82 | 228 | - |
| CMYK | 0.62 | 0.64 | 0 | 0.11 |
| HSL | 241.64º | 0.73% | 0.61% | - |
| HSV(B) | 241.64º | 0.64% | 0.89% | - |
| XYZ | 20.86 | 13.61 | 74.93 | - |
| YUV | 99.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 228 | 0.62 | 0.64 | 0 | 0.11 | 241.64 | 0.73 | 0.61 |
| Hex | 56 | 52 | E4 | 3E | 40 | 0 | B | F2 | 49 | 3D |
| Octal | 126 | 122 | 344 | 76 | 100 | 0 | 13 | 362 | 111 | 75 |
| Binary | 1010110 | 1010010 | 11100100 | 111110 | 1000000 | 0 | 1011 | 11110010 | 1001001 | 111101 |
Color Harmonies of #5652E4
Complementary color
Monochromatic Colors of #5652E4
Black with #5652E4
Text Example
Text Example
White with #5652E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5652E4; }
p { color: rgb(86,82,228); }
H1.HeaderClassName
{
color: #5652E4;
}
.AnyTagClassName
{
color: #5652E4;
}
</style>
background-color css
<style>
a { background-color: #5652E4; }
a { background-color: rgb(86,82,228); }
div.DivClassName
{
background-color: #5652E4;
}
.BgClassName
{
background-color: #5652E4;
}
</style>
border-color css
<style>
span { border-color: #5652E4; }
span { border-color: rgb(86,82,228); }
td.TdClassName
{
border-color: #5652E4;
}
.TagClassName
{
border-color: #5652E4;
}
</style>