Shades of Neon Blue #5266FF
Tints of Neon Blue #5266FF
RGB
CMYK
RGB Variations
Color information
#5266FF (or 0x5266FF) is known color: Neon Blue. HEX triplet: 52, 66 and FF. RGB value is (82,102,255). Sum of RGB (Red+Green+Blue) = 82+102+255=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 102 (40.23% from 255 or 23.23% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #5266FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266FF is #AD9900. Grayscale: #707070. Windows color (decimal): -11376897 or 16737874. OLE color: 16737874.
HSL color Cylindrical-coordinate representation of color #5266FF: hue angle of 233.06º 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 #5266FF is Cyan = 0.68, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 102 | 255 | - |
| CMYK | 0.68 | 0.6 | 0 | 0 |
| HSL | 233.06º | 1% | 0.66% | - |
| HSV(B) | 233.06º | 0.68% | 1% | - |
| XYZ | 26.28 | 18.52 | 96.8 | - |
| YUV | 113.46 | 207.87 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 255 | 0.68 | 0.6 | 0 | 0 | 233.06 | 1 | 0.66 |
| Hex | 52 | 66 | FF | 44 | 3C | 0 | 0 | E9 | 64 | 42 |
| Octal | 122 | 146 | 377 | 104 | 74 | 0 | 0 | 351 | 144 | 102 |
| Binary | 1010010 | 1100110 | 11111111 | 1000100 | 111100 | 0 | 0 | 11101001 | 1100100 | 1000010 |
Color Harmonies of #5266FF
Complementary color
Monochromatic Colors of #5266FF
Black with #5266FF
Text Example
Text Example
White with #5266FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5266FF; }
p { color: rgb(82,102,255); }
H1.HeaderClassName
{
color: #5266FF;
}
.AnyTagClassName
{
color: #5266FF;
}
</style>
background-color css
<style>
a { background-color: #5266FF; }
a { background-color: rgb(82,102,255); }
div.DivClassName
{
background-color: #5266FF;
}
.BgClassName
{
background-color: #5266FF;
}
</style>
border-color css
<style>
span { border-color: #5266FF; }
span { border-color: rgb(82,102,255); }
td.TdClassName
{
border-color: #5266FF;
}
.TagClassName
{
border-color: #5266FF;
}
</style>