Shades of Neon Blue #5265FB
Tints of Neon Blue #5265FB
RGB
CMYK
RGB Variations
Color information
#5265FB (or 0x5265FB) is known color: Neon Blue. HEX triplet: 52, 65 and FB. RGB value is (82,101,251). Sum of RGB (Red+Green+Blue) = 82+101+251=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #5265FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5265FB is #AD9A04. Grayscale: #6F6F6F. Windows color (decimal): -11377157 or 16475474. OLE color: 16475474.
HSL color Cylindrical-coordinate representation of color #5265FB: hue angle of 233.25º degrees, saturation: 0.95, 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 #5265FB is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 101 | 251 | - |
| CMYK | 0.67 | 0.60 | 0 | 0.02 |
| HSL | 233.25º | 0.95% | 0.65% | - |
| HSV(B) | 233.25º | 0.67% | 0.98% | - |
| XYZ | 25.55 | 18.07 | 93.41 | - |
| YUV | 112.42 | 206.21 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 251 | 0.67 | 0.60 | 0 | 0.02 | 233.25 | 0.95 | 0.65 |
| Hex | 52 | 65 | FB | 43 | 3C | 0 | 2 | E9 | 5F | 41 |
| Octal | 122 | 145 | 373 | 103 | 74 | 0 | 2 | 351 | 137 | 101 |
| Binary | 1010010 | 1100101 | 11111011 | 1000011 | 111100 | 0 | 10 | 11101001 | 1011111 | 1000001 |
Color Harmonies of #5265FB
Complementary color
Monochromatic Colors of #5265FB
Black with #5265FB
Text Example
Text Example
White with #5265FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5265FB; }
p { color: rgb(82,101,251); }
H1.HeaderClassName
{
color: #5265FB;
}
.AnyTagClassName
{
color: #5265FB;
}
</style>
background-color css
<style>
a { background-color: #5265FB; }
a { background-color: rgb(82,101,251); }
div.DivClassName
{
background-color: #5265FB;
}
.BgClassName
{
background-color: #5265FB;
}
</style>
border-color css
<style>
span { border-color: #5265FB; }
span { border-color: rgb(82,101,251); }
td.TdClassName
{
border-color: #5265FB;
}
.TagClassName
{
border-color: #5265FB;
}
</style>