Shades of Neon Blue #5264FA
Tints of Neon Blue #5264FA
RGB
CMYK
RGB Variations
Color information
#5264FA (or 0x5264FA) is known color: Neon Blue. HEX triplet: 52, 64 and FA. RGB value is (82,100,250). Sum of RGB (Red+Green+Blue) = 82+100+250=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #5264FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5264FA is #AD9B05. Grayscale: #6F6F6F. Windows color (decimal): -11377414 or 16409682. OLE color: 16409682.
HSL color Cylindrical-coordinate representation of color #5264FA: hue angle of 233.57º 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 #5264FA is Cyan = 0.67, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 100 | 250 | - |
| CMYK | 0.67 | 0.6 | 0 | 0.02 |
| HSL | 233.57º | 0.94% | 0.65% | - |
| HSV(B) | 233.57º | 0.67% | 0.98% | - |
| XYZ | 25.29 | 17.81 | 92.55 | - |
| YUV | 111.72 | 206.04 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 250 | 0.67 | 0.6 | 0 | 0.02 | 233.57 | 0.94 | 0.65 |
| Hex | 52 | 64 | FA | 43 | 3C | 0 | 2 | EA | 5E | 41 |
| Octal | 122 | 144 | 372 | 103 | 74 | 0 | 2 | 352 | 136 | 101 |
| Binary | 1010010 | 1100100 | 11111010 | 1000011 | 111100 | 0 | 10 | 11101010 | 1011110 | 1000001 |
Color Harmonies of #5264FA
Complementary color
Monochromatic Colors of #5264FA
Black with #5264FA
Text Example
Text Example
White with #5264FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5264FA; }
p { color: rgb(82,100,250); }
H1.HeaderClassName
{
color: #5264FA;
}
.AnyTagClassName
{
color: #5264FA;
}
</style>
background-color css
<style>
a { background-color: #5264FA; }
a { background-color: rgb(82,100,250); }
div.DivClassName
{
background-color: #5264FA;
}
.BgClassName
{
background-color: #5264FA;
}
</style>
border-color css
<style>
span { border-color: #5264FA; }
span { border-color: rgb(82,100,250); }
td.TdClassName
{
border-color: #5264FA;
}
.TagClassName
{
border-color: #5264FA;
}
</style>