Shades of Neon Blue #5256EE
Tints of Neon Blue #5256EE
RGB
CMYK
RGB Variations
Color information
#5256EE (or 0x5256EE) is known color: Neon Blue. HEX triplet: 52, 56 and EE. RGB value is (82,86,238). Sum of RGB (Red+Green+Blue) = 82+86+238=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 238 (93.36% from 255 or 58.62% from 406); Max value from RGB is 238 - color contains mainly: blue. Hex color #5256EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256EE is #ADA911. Grayscale: #656565. Windows color (decimal): -11381010 or 15619666. OLE color: 15619666.
HSL color Cylindrical-coordinate representation of color #5256EE: hue angle of 238.46º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5256EE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 86 | 238 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.07 |
| HSL | 238.46º | 0.82% | 0.63% | - |
| HSV(B) | 238.46º | 0.66% | 0.93% | - |
| XYZ | 22.24 | 14.62 | 82.54 | - |
| YUV | 102.13 | 204.67 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 238 | 0.66 | 0.64 | 0 | 0.07 | 238.46 | 0.82 | 0.63 |
| Hex | 52 | 56 | EE | 42 | 40 | 0 | 7 | EE | 52 | 3F |
| Octal | 122 | 126 | 356 | 102 | 100 | 0 | 7 | 356 | 122 | 77 |
| Binary | 1010010 | 1010110 | 11101110 | 1000010 | 1000000 | 0 | 111 | 11101110 | 1010010 | 111111 |
Color Harmonies of #5256EE
Complementary color
Monochromatic Colors of #5256EE
Black with #5256EE
Text Example
Text Example
White with #5256EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256EE; }
p { color: rgb(82,86,238); }
H1.HeaderClassName
{
color: #5256EE;
}
.AnyTagClassName
{
color: #5256EE;
}
</style>
background-color css
<style>
a { background-color: #5256EE; }
a { background-color: rgb(82,86,238); }
div.DivClassName
{
background-color: #5256EE;
}
.BgClassName
{
background-color: #5256EE;
}
</style>
border-color css
<style>
span { border-color: #5256EE; }
span { border-color: rgb(82,86,238); }
td.TdClassName
{
border-color: #5256EE;
}
.TagClassName
{
border-color: #5256EE;
}
</style>