Shades of Neon Blue #5251F9
Tints of Neon Blue #5251F9
RGB
CMYK
RGB Variations
Color information
#5251F9 (or 0x5251F9) is known color: Neon Blue. HEX triplet: 52, 51 and F9. RGB value is (82,81,249). Sum of RGB (Red+Green+Blue) = 82+81+249=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #5251F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5251F9 is #ADAE06. Grayscale: #636363. Windows color (decimal): -11382279 or 16339282. OLE color: 16339282.
HSL color Cylindrical-coordinate representation of color #5251F9: hue angle of 240.36º degrees, saturation: 0.93, 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 #5251F9 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 81 | 249 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.02 |
| HSL | 240.36º | 0.93% | 0.65% | - |
| HSV(B) | 240.36º | 0.67% | 0.98% | - |
| XYZ | 23.52 | 14.52 | 91.19 | - |
| YUV | 100.45 | 211.83 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 249 | 0.67 | 0.67 | 0 | 0.02 | 240.36 | 0.93 | 0.65 |
| Hex | 52 | 51 | F9 | 43 | 43 | 0 | 2 | F0 | 5D | 41 |
| Octal | 122 | 121 | 371 | 103 | 103 | 0 | 2 | 360 | 135 | 101 |
| Binary | 1010010 | 1010001 | 11111001 | 1000011 | 1000011 | 0 | 10 | 11110000 | 1011101 | 1000001 |
Color Harmonies of #5251F9
Complementary color
Monochromatic Colors of #5251F9
Black with #5251F9
Text Example
Text Example
White with #5251F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5251F9; }
p { color: rgb(82,81,249); }
H1.HeaderClassName
{
color: #5251F9;
}
.AnyTagClassName
{
color: #5251F9;
}
</style>
background-color css
<style>
a { background-color: #5251F9; }
a { background-color: rgb(82,81,249); }
div.DivClassName
{
background-color: #5251F9;
}
.BgClassName
{
background-color: #5251F9;
}
</style>
border-color css
<style>
span { border-color: #5251F9; }
span { border-color: rgb(82,81,249); }
td.TdClassName
{
border-color: #5251F9;
}
.TagClassName
{
border-color: #5251F9;
}
</style>