Shades of Neon Blue #5259FE
Tints of Neon Blue #5259FE
RGB
CMYK
RGB Variations
Color information
#5259FE (or 0x5259FE) is known color: Neon Blue. HEX triplet: 52, 59 and FE. RGB value is (82,89,254). Sum of RGB (Red+Green+Blue) = 82+89+254=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 254 (99.61% from 255 or 59.76% from 425); Max value from RGB is 254 - color contains mainly: blue. Hex color #5259FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5259FE is #ADA601. Grayscale: #696969. Windows color (decimal): -11380226 or 16669010. OLE color: 16669010.
HSL color Cylindrical-coordinate representation of color #5259FE: hue angle of 237.56º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5259FE is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 89 | 254 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.00 |
| HSL | 237.56º | 0.99% | 0.66% | - |
| HSV(B) | 237.56º | 0.68% | 1% | - |
| XYZ | 24.94 | 16.09 | 95.56 | - |
| YUV | 105.72 | 211.68 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 254 | 0.68 | 0.65 | 0 | 0.00 | 237.56 | 0.99 | 0.66 |
| Hex | 52 | 59 | FE | 44 | 41 | 0 | 0 | EE | 63 | 42 |
| Octal | 122 | 131 | 376 | 104 | 101 | 0 | 0 | 356 | 143 | 102 |
| Binary | 1010010 | 1011001 | 11111110 | 1000100 | 1000001 | 0 | 0 | 11101110 | 1100011 | 1000010 |
Color Harmonies of #5259FE
Complementary color
Monochromatic Colors of #5259FE
Black with #5259FE
Text Example
Text Example
White with #5259FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259FE; }
p { color: rgb(82,89,254); }
H1.HeaderClassName
{
color: #5259FE;
}
.AnyTagClassName
{
color: #5259FE;
}
</style>
background-color css
<style>
a { background-color: #5259FE; }
a { background-color: rgb(82,89,254); }
div.DivClassName
{
background-color: #5259FE;
}
.BgClassName
{
background-color: #5259FE;
}
</style>
border-color css
<style>
span { border-color: #5259FE; }
span { border-color: rgb(82,89,254); }
td.TdClassName
{
border-color: #5259FE;
}
.TagClassName
{
border-color: #5259FE;
}
</style>