Shades of Neon Blue #5256FD
Tints of Neon Blue #5256FD
RGB
CMYK
RGB Variations
Color information
#5256FD (or 0x5256FD) is known color: Neon Blue. HEX triplet: 52, 56 and FD. RGB value is (82,86,253). Sum of RGB (Red+Green+Blue) = 82+86+253=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #5256FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5256FD is #ADA902. Grayscale: #676767. Windows color (decimal): -11380995 or 16602706. OLE color: 16602706.
HSL color Cylindrical-coordinate representation of color #5256FD: hue angle of 238.6º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5256FD is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 86 | 253 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.01 |
| HSL | 238.6º | 0.98% | 0.66% | - |
| HSV(B) | 238.6º | 0.68% | 0.99% | - |
| XYZ | 24.54 | 15.54 | 94.64 | - |
| YUV | 103.84 | 212.17 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 86 | 253 | 0.68 | 0.66 | 0 | 0.01 | 238.6 | 0.98 | 0.66 |
| Hex | 52 | 56 | FD | 44 | 42 | 0 | 1 | EF | 62 | 42 |
| Octal | 122 | 126 | 375 | 104 | 102 | 0 | 1 | 357 | 142 | 102 |
| Binary | 1010010 | 1010110 | 11111101 | 1000100 | 1000010 | 0 | 1 | 11101111 | 1100010 | 1000010 |
Color Harmonies of #5256FD
Complementary color
Monochromatic Colors of #5256FD
Black with #5256FD
Text Example
Text Example
White with #5256FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5256FD; }
p { color: rgb(82,86,253); }
H1.HeaderClassName
{
color: #5256FD;
}
.AnyTagClassName
{
color: #5256FD;
}
</style>
background-color css
<style>
a { background-color: #5256FD; }
a { background-color: rgb(82,86,253); }
div.DivClassName
{
background-color: #5256FD;
}
.BgClassName
{
background-color: #5256FD;
}
</style>
border-color css
<style>
span { border-color: #5256FD; }
span { border-color: rgb(82,86,253); }
td.TdClassName
{
border-color: #5256FD;
}
.TagClassName
{
border-color: #5256FD;
}
</style>