Shades of Neon Blue #5266FD
Tints of Neon Blue #5266FD
RGB
CMYK
RGB Variations
Color information
#5266FD (or 0x5266FD) is known color: Neon Blue. HEX triplet: 52, 66 and FD. RGB value is (82,102,253). Sum of RGB (Red+Green+Blue) = 82+102+253=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #5266FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5266FD is #AD9902. Grayscale: #707070. Windows color (decimal): -11376899 or 16606802. OLE color: 16606802.
HSL color Cylindrical-coordinate representation of color #5266FD: hue angle of 232.98º 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 #5266FD is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 102 | 253 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.01 |
| HSL | 232.98º | 0.98% | 0.66% | - |
| HSV(B) | 232.98º | 0.68% | 0.99% | - |
| XYZ | 25.96 | 18.39 | 95.11 | - |
| YUV | 113.23 | 206.87 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 102 | 253 | 0.68 | 0.60 | 0 | 0.01 | 232.98 | 0.98 | 0.66 |
| Hex | 52 | 66 | FD | 44 | 3C | 0 | 1 | E9 | 62 | 42 |
| Octal | 122 | 146 | 375 | 104 | 74 | 0 | 1 | 351 | 142 | 102 |
| Binary | 1010010 | 1100110 | 11111101 | 1000100 | 111100 | 0 | 1 | 11101001 | 1100010 | 1000010 |
Color Harmonies of #5266FD
Complementary color
Monochromatic Colors of #5266FD
Black with #5266FD
Text Example
Text Example
White with #5266FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5266FD; }
p { color: rgb(82,102,253); }
H1.HeaderClassName
{
color: #5266FD;
}
.AnyTagClassName
{
color: #5266FD;
}
</style>
background-color css
<style>
a { background-color: #5266FD; }
a { background-color: rgb(82,102,253); }
div.DivClassName
{
background-color: #5266FD;
}
.BgClassName
{
background-color: #5266FD;
}
</style>
border-color css
<style>
span { border-color: #5266FD; }
span { border-color: rgb(82,102,253); }
td.TdClassName
{
border-color: #5266FD;
}
.TagClassName
{
border-color: #5266FD;
}
</style>