Shades of Neon Blue #5266FA
Tints of Neon Blue #5266FA
RGB
CMYK
RGB Variations
Color information
#5266FA (or 0x5266FA) is known color: Neon Blue. HEX triplet: 52, 66 and FA. RGB value is (82,102,250). Sum of RGB (Red+Green+Blue) = 82+102+250=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 250 (98.05% from 255 or 57.60% from 434); Max value from RGB is 250 - color contains mainly: blue. Hex color #5266FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266FA is #AD9905. Grayscale: #707070. Windows color (decimal): -11376902 or 16410194. OLE color: 16410194.
HSL color Cylindrical-coordinate representation of color #5266FA: hue angle of 232.86º degrees, saturation: 0.94, 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 #5266FA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 102 | 250 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.02 |
| HSL | 232.86º | 0.94% | 0.65% | - |
| HSV(B) | 232.86º | 0.67% | 0.98% | - |
| XYZ | 25.49 | 18.2 | 92.61 | - |
| YUV | 112.89 | 205.37 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 250 | 0.67 | 0.59 | 0 | 0.02 | 232.86 | 0.94 | 0.65 |
| Hex | 52 | 66 | FA | 43 | 3B | 0 | 2 | E9 | 5E | 41 |
| Octal | 122 | 146 | 372 | 103 | 73 | 0 | 2 | 351 | 136 | 101 |
| Binary | 1010010 | 1100110 | 11111010 | 1000011 | 111011 | 0 | 10 | 11101001 | 1011110 | 1000001 |
Color Harmonies of #5266FA
Complementary color
Monochromatic Colors of #5266FA
Black with #5266FA
Text Example
Text Example
White with #5266FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5266FA; }
p { color: rgb(82,102,250); }
H1.HeaderClassName
{
color: #5266FA;
}
.AnyTagClassName
{
color: #5266FA;
}
</style>
background-color css
<style>
a { background-color: #5266FA; }
a { background-color: rgb(82,102,250); }
div.DivClassName
{
background-color: #5266FA;
}
.BgClassName
{
background-color: #5266FA;
}
</style>
border-color css
<style>
span { border-color: #5266FA; }
span { border-color: rgb(82,102,250); }
td.TdClassName
{
border-color: #5266FA;
}
.TagClassName
{
border-color: #5266FA;
}
</style>