Shades of Neon Blue #5256FA
Tints of Neon Blue #5256FA
RGB
CMYK
RGB Variations
Color information
#5256FA (or 0x5256FA) is known color: Neon Blue. HEX triplet: 52, 56 and FA. RGB value is (82,86,250). Sum of RGB (Red+Green+Blue) = 82+86+250=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #5256FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256FA is #ADA905. Grayscale: #666666. Windows color (decimal): -11380998 or 16406098. OLE color: 16406098.
HSL color Cylindrical-coordinate representation of color #5256FA: hue angle of 238.57º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5256FA is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 86 | 250 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.02 |
| HSL | 238.57º | 0.94% | 0.65% | - |
| HSV(B) | 238.57º | 0.67% | 0.98% | - |
| XYZ | 24.06 | 15.35 | 92.14 | - |
| YUV | 103.5 | 210.67 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 250 | 0.67 | 0.66 | 0 | 0.02 | 238.57 | 0.94 | 0.65 |
| Hex | 52 | 56 | FA | 43 | 42 | 0 | 2 | EF | 5E | 41 |
| Octal | 122 | 126 | 372 | 103 | 102 | 0 | 2 | 357 | 136 | 101 |
| Binary | 1010010 | 1010110 | 11111010 | 1000011 | 1000010 | 0 | 10 | 11101111 | 1011110 | 1000001 |
Color Harmonies of #5256FA
Complementary color
Monochromatic Colors of #5256FA
Black with #5256FA
Text Example
Text Example
White with #5256FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256FA; }
p { color: rgb(82,86,250); }
H1.HeaderClassName
{
color: #5256FA;
}
.AnyTagClassName
{
color: #5256FA;
}
</style>
background-color css
<style>
a { background-color: #5256FA; }
a { background-color: rgb(82,86,250); }
div.DivClassName
{
background-color: #5256FA;
}
.BgClassName
{
background-color: #5256FA;
}
</style>
border-color css
<style>
span { border-color: #5256FA; }
span { border-color: rgb(82,86,250); }
td.TdClassName
{
border-color: #5256FA;
}
.TagClassName
{
border-color: #5256FA;
}
</style>