Shades of Neon Blue #5261F1
Tints of Neon Blue #5261F1
RGB
CMYK
RGB Variations
Color information
#5261F1 (or 0x5261F1) is known color: Neon Blue. HEX triplet: 52, 61 and F1. RGB value is (82,97,241). Sum of RGB (Red+Green+Blue) = 82+97+241=420 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.52% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #5261F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5261F1 is #AD9E0E. Grayscale: #6C6C6C. Windows color (decimal): -11378191 or 15819090. OLE color: 15819090.
HSL color Cylindrical-coordinate representation of color #5261F1: hue angle of 234.34º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5261F1 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 97 | 241 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.05 |
| HSL | 234.34º | 0.85% | 0.63% | - |
| HSV(B) | 234.34º | 0.66% | 0.95% | - |
| XYZ | 23.63 | 16.69 | 85.2 | - |
| YUV | 108.93 | 202.53 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 241 | 0.66 | 0.60 | 0 | 0.05 | 234.34 | 0.85 | 0.63 |
| Hex | 52 | 61 | F1 | 42 | 3C | 0 | 5 | EA | 55 | 3F |
| Octal | 122 | 141 | 361 | 102 | 74 | 0 | 5 | 352 | 125 | 77 |
| Binary | 1010010 | 1100001 | 11110001 | 1000010 | 111100 | 0 | 101 | 11101010 | 1010101 | 111111 |
Color Harmonies of #5261F1
Complementary color
Monochromatic Colors of #5261F1
Black with #5261F1
Text Example
Text Example
White with #5261F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5261F1; }
p { color: rgb(82,97,241); }
H1.HeaderClassName
{
color: #5261F1;
}
.AnyTagClassName
{
color: #5261F1;
}
</style>
background-color css
<style>
a { background-color: #5261F1; }
a { background-color: rgb(82,97,241); }
div.DivClassName
{
background-color: #5261F1;
}
.BgClassName
{
background-color: #5261F1;
}
</style>
border-color css
<style>
span { border-color: #5261F1; }
span { border-color: rgb(82,97,241); }
td.TdClassName
{
border-color: #5261F1;
}
.TagClassName
{
border-color: #5261F1;
}
</style>