Shades of Neon Blue #5250FB
Tints of Neon Blue #5250FB
RGB
CMYK
RGB Variations
Color information
#5250FB (or 0x5250FB) is known color: Neon Blue. HEX triplet: 52, 50 and FB. RGB value is (82,80,251). Sum of RGB (Red+Green+Blue) = 82+80+251=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 251 (98.44% from 255 or 60.77% from 413); Max value from RGB is 251 - color contains mainly: blue. Hex color #5250FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5250FB is #ADAF04. Grayscale: #636363. Windows color (decimal): -11382533 or 16470098. OLE color: 16470098.
HSL color Cylindrical-coordinate representation of color #5250FB: hue angle of 240.7º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5250FB is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 80 | 251 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.02 |
| HSL | 240.7º | 0.96% | 0.65% | - |
| HSV(B) | 240.7º | 0.68% | 0.98% | - |
| XYZ | 23.76 | 14.5 | 92.81 | - |
| YUV | 100.09 | 213.16 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 251 | 0.67 | 0.68 | 0 | 0.02 | 240.7 | 0.96 | 0.65 |
| Hex | 52 | 50 | FB | 43 | 44 | 0 | 2 | F1 | 60 | 41 |
| Octal | 122 | 120 | 373 | 103 | 104 | 0 | 2 | 361 | 140 | 101 |
| Binary | 1010010 | 1010000 | 11111011 | 1000011 | 1000100 | 0 | 10 | 11110001 | 1100000 | 1000001 |
Color Harmonies of #5250FB
Complementary color
Monochromatic Colors of #5250FB
Black with #5250FB
Text Example
Text Example
White with #5250FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5250FB; }
p { color: rgb(82,80,251); }
H1.HeaderClassName
{
color: #5250FB;
}
.AnyTagClassName
{
color: #5250FB;
}
</style>
background-color css
<style>
a { background-color: #5250FB; }
a { background-color: rgb(82,80,251); }
div.DivClassName
{
background-color: #5250FB;
}
.BgClassName
{
background-color: #5250FB;
}
</style>
border-color css
<style>
span { border-color: #5250FB; }
span { border-color: rgb(82,80,251); }
td.TdClassName
{
border-color: #5250FB;
}
.TagClassName
{
border-color: #5250FB;
}
</style>