Shades of Neon Blue #5265FA
Tints of Neon Blue #5265FA
RGB
CMYK
RGB Variations
Color information
#5265FA (or 0x5265FA) is known color: Neon Blue. HEX triplet: 52, 65 and FA. RGB value is (82,101,250). Sum of RGB (Red+Green+Blue) = 82+101+250=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #5265FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5265FA is #AD9A05. Grayscale: #6F6F6F. Windows color (decimal): -11377158 or 16409938. OLE color: 16409938.
HSL color Cylindrical-coordinate representation of color #5265FA: hue angle of 233.21º 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 #5265FA is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 101 | 250 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.02 |
| HSL | 233.21º | 0.94% | 0.65% | - |
| HSV(B) | 233.21º | 0.67% | 0.98% | - |
| XYZ | 25.39 | 18 | 92.58 | - |
| YUV | 112.31 | 205.71 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 250 | 0.67 | 0.60 | 0 | 0.02 | 233.21 | 0.94 | 0.65 |
| Hex | 52 | 65 | FA | 43 | 3C | 0 | 2 | E9 | 5E | 41 |
| Octal | 122 | 145 | 372 | 103 | 74 | 0 | 2 | 351 | 136 | 101 |
| Binary | 1010010 | 1100101 | 11111010 | 1000011 | 111100 | 0 | 10 | 11101001 | 1011110 | 1000001 |
Color Harmonies of #5265FA
Complementary color
Monochromatic Colors of #5265FA
Black with #5265FA
Text Example
Text Example
White with #5265FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265FA; }
p { color: rgb(82,101,250); }
H1.HeaderClassName
{
color: #5265FA;
}
.AnyTagClassName
{
color: #5265FA;
}
</style>
background-color css
<style>
a { background-color: #5265FA; }
a { background-color: rgb(82,101,250); }
div.DivClassName
{
background-color: #5265FA;
}
.BgClassName
{
background-color: #5265FA;
}
</style>
border-color css
<style>
span { border-color: #5265FA; }
span { border-color: rgb(82,101,250); }
td.TdClassName
{
border-color: #5265FA;
}
.TagClassName
{
border-color: #5265FA;
}
</style>