Shades of Neon Blue #5269FD
Tints of Neon Blue #5269FD
RGB
CMYK
RGB Variations
Color information
#5269FD (or 0x5269FD) is known color: Neon Blue. HEX triplet: 52, 69 and FD. RGB value is (82,105,253). Sum of RGB (Red+Green+Blue) = 82+105+253=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #5269FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5269FD is #AD9602. Grayscale: #727272. Windows color (decimal): -11376131 or 16607570. OLE color: 16607570.
HSL color Cylindrical-coordinate representation of color #5269FD: hue angle of 231.93º 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 #5269FD is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 105 | 253 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.01 |
| HSL | 231.93º | 0.98% | 0.66% | - |
| HSV(B) | 231.93º | 0.68% | 0.99% | - |
| XYZ | 26.26 | 18.99 | 95.21 | - |
| YUV | 115 | 205.88 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 253 | 0.68 | 0.58 | 0 | 0.01 | 231.93 | 0.98 | 0.66 |
| Hex | 52 | 69 | FD | 44 | 3A | 0 | 1 | E8 | 62 | 42 |
| Octal | 122 | 151 | 375 | 104 | 72 | 0 | 1 | 350 | 142 | 102 |
| Binary | 1010010 | 1101001 | 11111101 | 1000100 | 111010 | 0 | 1 | 11101000 | 1100010 | 1000010 |
Color Harmonies of #5269FD
Complementary color
Monochromatic Colors of #5269FD
Black with #5269FD
Text Example
Text Example
White with #5269FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5269FD; }
p { color: rgb(82,105,253); }
H1.HeaderClassName
{
color: #5269FD;
}
.AnyTagClassName
{
color: #5269FD;
}
</style>
background-color css
<style>
a { background-color: #5269FD; }
a { background-color: rgb(82,105,253); }
div.DivClassName
{
background-color: #5269FD;
}
.BgClassName
{
background-color: #5269FD;
}
</style>
border-color css
<style>
span { border-color: #5269FD; }
span { border-color: rgb(82,105,253); }
td.TdClassName
{
border-color: #5269FD;
}
.TagClassName
{
border-color: #5269FD;
}
</style>