Shades of Neon Blue #5259FB
Tints of Neon Blue #5259FB
RGB
CMYK
RGB Variations
Color information
#5259FB (or 0x5259FB) is known color: Neon Blue. HEX triplet: 52, 59 and FB. RGB value is (82,89,251). Sum of RGB (Red+Green+Blue) = 82+89+251=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #5259FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5259FB is #ADA604. Grayscale: #686868. Windows color (decimal): -11380229 or 16472402. OLE color: 16472402.
HSL color Cylindrical-coordinate representation of color #5259FB: hue angle of 237.51º degrees, saturation: 0.95, 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 #5259FB is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 89 | 251 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.02 |
| HSL | 237.51º | 0.95% | 0.65% | - |
| HSV(B) | 237.51º | 0.67% | 0.98% | - |
| XYZ | 24.46 | 15.9 | 93.05 | - |
| YUV | 105.38 | 210.18 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 251 | 0.67 | 0.65 | 0 | 0.02 | 237.51 | 0.95 | 0.65 |
| Hex | 52 | 59 | FB | 43 | 41 | 0 | 2 | EE | 5F | 41 |
| Octal | 122 | 131 | 373 | 103 | 101 | 0 | 2 | 356 | 137 | 101 |
| Binary | 1010010 | 1011001 | 11111011 | 1000011 | 1000001 | 0 | 10 | 11101110 | 1011111 | 1000001 |
Color Harmonies of #5259FB
Complementary color
Monochromatic Colors of #5259FB
Black with #5259FB
Text Example
Text Example
White with #5259FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5259FB; }
p { color: rgb(82,89,251); }
H1.HeaderClassName
{
color: #5259FB;
}
.AnyTagClassName
{
color: #5259FB;
}
</style>
background-color css
<style>
a { background-color: #5259FB; }
a { background-color: rgb(82,89,251); }
div.DivClassName
{
background-color: #5259FB;
}
.BgClassName
{
background-color: #5259FB;
}
</style>
border-color css
<style>
span { border-color: #5259FB; }
span { border-color: rgb(82,89,251); }
td.TdClassName
{
border-color: #5259FB;
}
.TagClassName
{
border-color: #5259FB;
}
</style>