Shades of Neon Blue #5261FF
Tints of Neon Blue #5261FF
RGB
CMYK
RGB Variations
Color information
#5261FF (or 0x5261FF) is known color: Neon Blue. HEX triplet: 52, 61 and FF. RGB value is (82,97,255). Sum of RGB (Red+Green+Blue) = 82+97+255=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 97 (38.28% from 255 or 22.35% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #5261FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5261FF is #AD9E00. Grayscale: #6D6D6D. Windows color (decimal): -11378177 or 16736594. OLE color: 16736594.
HSL color Cylindrical-coordinate representation of color #5261FF: hue angle of 234.8º 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 #5261FF is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 97 | 255 | - |
| CMYK | 0.68 | 0.62 | 0 | 0 |
| HSL | 234.8º | 1% | 0.66% | - |
| HSV(B) | 234.8º | 0.68% | 1% | - |
| XYZ | 25.8 | 17.56 | 96.64 | - |
| YUV | 110.53 | 209.53 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 255 | 0.68 | 0.62 | 0 | 0 | 234.8 | 1 | 0.66 |
| Hex | 52 | 61 | FF | 44 | 3E | 0 | 0 | EB | 64 | 42 |
| Octal | 122 | 141 | 377 | 104 | 76 | 0 | 0 | 353 | 144 | 102 |
| Binary | 1010010 | 1100001 | 11111111 | 1000100 | 111110 | 0 | 0 | 11101011 | 1100100 | 1000010 |
Color Harmonies of #5261FF
Complementary color
Monochromatic Colors of #5261FF
Black with #5261FF
Text Example
Text Example
White with #5261FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5261FF; }
p { color: rgb(82,97,255); }
H1.HeaderClassName
{
color: #5261FF;
}
.AnyTagClassName
{
color: #5261FF;
}
</style>
background-color css
<style>
a { background-color: #5261FF; }
a { background-color: rgb(82,97,255); }
div.DivClassName
{
background-color: #5261FF;
}
.BgClassName
{
background-color: #5261FF;
}
</style>
border-color css
<style>
span { border-color: #5261FF; }
span { border-color: rgb(82,97,255); }
td.TdClassName
{
border-color: #5261FF;
}
.TagClassName
{
border-color: #5261FF;
}
</style>