Shades of Neon Blue #5256EF
Tints of Neon Blue #5256EF
RGB
CMYK
RGB Variations
Color information
#5256EF (or 0x5256EF) is known color: Neon Blue. HEX triplet: 52, 56 and EF. RGB value is (82,86,239). Sum of RGB (Red+Green+Blue) = 82+86+239=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #5256EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256EF is #ADA910. Grayscale: #656565. Windows color (decimal): -11381009 or 15685202. OLE color: 15685202.
HSL color Cylindrical-coordinate representation of color #5256EF: hue angle of 238.47º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5256EF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 86 | 239 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.06 |
| HSL | 238.47º | 0.83% | 0.63% | - |
| HSV(B) | 238.47º | 0.66% | 0.94% | - |
| XYZ | 22.39 | 14.68 | 83.32 | - |
| YUV | 102.25 | 205.17 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 239 | 0.66 | 0.64 | 0 | 0.06 | 238.47 | 0.83 | 0.63 |
| Hex | 52 | 56 | EF | 42 | 40 | 0 | 6 | EE | 53 | 3F |
| Octal | 122 | 126 | 357 | 102 | 100 | 0 | 6 | 356 | 123 | 77 |
| Binary | 1010010 | 1010110 | 11101111 | 1000010 | 1000000 | 0 | 110 | 11101110 | 1010011 | 111111 |
Color Harmonies of #5256EF
Complementary color
Monochromatic Colors of #5256EF
Black with #5256EF
Text Example
Text Example
White with #5256EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256EF; }
p { color: rgb(82,86,239); }
H1.HeaderClassName
{
color: #5256EF;
}
.AnyTagClassName
{
color: #5256EF;
}
</style>
background-color css
<style>
a { background-color: #5256EF; }
a { background-color: rgb(82,86,239); }
div.DivClassName
{
background-color: #5256EF;
}
.BgClassName
{
background-color: #5256EF;
}
</style>
border-color css
<style>
span { border-color: #5256EF; }
span { border-color: rgb(82,86,239); }
td.TdClassName
{
border-color: #5256EF;
}
.TagClassName
{
border-color: #5256EF;
}
</style>