Shades of Neon Blue #5257FC
Tints of Neon Blue #5257FC
RGB
CMYK
RGB Variations
Color information
#5257FC (or 0x5257FC) is known color: Neon Blue. HEX triplet: 52, 57 and FC. RGB value is (82,87,252). Sum of RGB (Red+Green+Blue) = 82+87+252=421 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.48% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #5257FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5257FC is #ADA803. Grayscale: #676767. Windows color (decimal): -11380740 or 16537426. OLE color: 16537426.
HSL color Cylindrical-coordinate representation of color #5257FC: hue angle of 238.24º 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 #5257FC is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 87 | 252 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.01 |
| HSL | 238.24º | 0.97% | 0.65% | - |
| HSV(B) | 238.24º | 0.67% | 0.99% | - |
| XYZ | 24.46 | 15.64 | 93.82 | - |
| YUV | 104.32 | 211.34 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 87 | 252 | 0.67 | 0.65 | 0 | 0.01 | 238.24 | 0.97 | 0.65 |
| Hex | 52 | 57 | FC | 43 | 41 | 0 | 1 | EE | 61 | 41 |
| Octal | 122 | 127 | 374 | 103 | 101 | 0 | 1 | 356 | 141 | 101 |
| Binary | 1010010 | 1010111 | 11111100 | 1000011 | 1000001 | 0 | 1 | 11101110 | 1100001 | 1000001 |
Color Harmonies of #5257FC
Complementary color
Monochromatic Colors of #5257FC
Black with #5257FC
Text Example
Text Example
White with #5257FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5257FC; }
p { color: rgb(82,87,252); }
H1.HeaderClassName
{
color: #5257FC;
}
.AnyTagClassName
{
color: #5257FC;
}
</style>
background-color css
<style>
a { background-color: #5257FC; }
a { background-color: rgb(82,87,252); }
div.DivClassName
{
background-color: #5257FC;
}
.BgClassName
{
background-color: #5257FC;
}
</style>
border-color css
<style>
span { border-color: #5257FC; }
span { border-color: rgb(82,87,252); }
td.TdClassName
{
border-color: #5257FC;
}
.TagClassName
{
border-color: #5257FC;
}
</style>