Shades of Neon Blue #5256FC
Tints of Neon Blue #5256FC
RGB
CMYK
RGB Variations
Color information
#5256FC (or 0x5256FC) is known color: Neon Blue. HEX triplet: 52, 56 and FC. RGB value is (82,86,252). Sum of RGB (Red+Green+Blue) = 82+86+252=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #5256FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256FC is #ADA903. Grayscale: #676767. Windows color (decimal): -11380996 or 16537170. OLE color: 16537170.
HSL color Cylindrical-coordinate representation of color #5256FC: hue angle of 238.59º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5256FC is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 86 | 252 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.01 |
| HSL | 238.59º | 0.97% | 0.65% | - |
| HSV(B) | 238.59º | 0.67% | 0.99% | - |
| XYZ | 24.38 | 15.48 | 93.8 | - |
| YUV | 103.73 | 211.67 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 252 | 0.67 | 0.66 | 0 | 0.01 | 238.59 | 0.97 | 0.65 |
| Hex | 52 | 56 | FC | 43 | 42 | 0 | 1 | EF | 61 | 41 |
| Octal | 122 | 126 | 374 | 103 | 102 | 0 | 1 | 357 | 141 | 101 |
| Binary | 1010010 | 1010110 | 11111100 | 1000011 | 1000010 | 0 | 1 | 11101111 | 1100001 | 1000001 |
Color Harmonies of #5256FC
Complementary color
Monochromatic Colors of #5256FC
Black with #5256FC
Text Example
Text Example
White with #5256FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256FC; }
p { color: rgb(82,86,252); }
H1.HeaderClassName
{
color: #5256FC;
}
.AnyTagClassName
{
color: #5256FC;
}
</style>
background-color css
<style>
a { background-color: #5256FC; }
a { background-color: rgb(82,86,252); }
div.DivClassName
{
background-color: #5256FC;
}
.BgClassName
{
background-color: #5256FC;
}
</style>
border-color css
<style>
span { border-color: #5256FC; }
span { border-color: rgb(82,86,252); }
td.TdClassName
{
border-color: #5256FC;
}
.TagClassName
{
border-color: #5256FC;
}
</style>