Shades of Neon Blue #5257FF
Tints of Neon Blue #5257FF
RGB
CMYK
RGB Variations
Color information
#5257FF (or 0x5257FF) is known color: Neon Blue. HEX triplet: 52, 57 and FF. RGB value is (82,87,255). Sum of RGB (Red+Green+Blue) = 82+87+255=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 255 (100% from 255 or 60.14% from 424); Max value from RGB is 255 - color contains mainly: blue. Hex color #5257FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5257FF is #ADA800. Grayscale: #676767. Windows color (decimal): -11380737 or 16734034. OLE color: 16734034.
HSL color Cylindrical-coordinate representation of color #5257FF: hue angle of 238.27º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5257FF is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 87 | 255 | - |
| CMYK | 0.68 | 0.66 | 0 | 0 |
| HSL | 238.27º | 1% | 0.66% | - |
| HSV(B) | 238.27º | 0.68% | 1% | - |
| XYZ | 24.94 | 15.83 | 96.35 | - |
| YUV | 104.66 | 212.84 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 255 | 0.68 | 0.66 | 0 | 0 | 238.27 | 1 | 0.66 |
| Hex | 52 | 57 | FF | 44 | 42 | 0 | 0 | EE | 64 | 42 |
| Octal | 122 | 127 | 377 | 104 | 102 | 0 | 0 | 356 | 144 | 102 |
| Binary | 1010010 | 1010111 | 11111111 | 1000100 | 1000010 | 0 | 0 | 11101110 | 1100100 | 1000010 |
Color Harmonies of #5257FF
Complementary color
Monochromatic Colors of #5257FF
Black with #5257FF
Text Example
Text Example
White with #5257FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5257FF; }
p { color: rgb(82,87,255); }
H1.HeaderClassName
{
color: #5257FF;
}
.AnyTagClassName
{
color: #5257FF;
}
</style>
background-color css
<style>
a { background-color: #5257FF; }
a { background-color: rgb(82,87,255); }
div.DivClassName
{
background-color: #5257FF;
}
.BgClassName
{
background-color: #5257FF;
}
</style>
border-color css
<style>
span { border-color: #5257FF; }
span { border-color: rgb(82,87,255); }
td.TdClassName
{
border-color: #5257FF;
}
.TagClassName
{
border-color: #5257FF;
}
</style>