Shades of Neon Blue #5251FF
Tints of Neon Blue #5251FF
RGB
CMYK
RGB Variations
Color information
#5251FF (or 0x5251FF) is known color: Neon Blue. HEX triplet: 52, 51 and FF. RGB value is (82,81,255). Sum of RGB (Red+Green+Blue) = 82+81+255=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 81 (32.03% from 255 or 19.38% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #5251FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5251FF is #ADAE00. Grayscale: #646464. Windows color (decimal): -11382273 or 16732498. OLE color: 16732498.
HSL color Cylindrical-coordinate representation of color #5251FF: hue angle of 240.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5251FF is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 81 | 255 | - |
| CMYK | 0.68 | 0.68 | 0 | 0 |
| HSL | 240.34º | 1% | 0.66% | - |
| HSV(B) | 240.34º | 0.68% | 1% | - |
| XYZ | 24.47 | 14.9 | 96.19 | - |
| YUV | 101.14 | 214.83 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 255 | 0.68 | 0.68 | 0 | 0 | 240.34 | 1 | 0.66 |
| Hex | 52 | 51 | FF | 44 | 44 | 0 | 0 | F0 | 64 | 42 |
| Octal | 122 | 121 | 377 | 104 | 104 | 0 | 0 | 360 | 144 | 102 |
| Binary | 1010010 | 1010001 | 11111111 | 1000100 | 1000100 | 0 | 0 | 11110000 | 1100100 | 1000010 |
Color Harmonies of #5251FF
Complementary color
Monochromatic Colors of #5251FF
Black with #5251FF
Text Example
Text Example
White with #5251FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5251FF; }
p { color: rgb(82,81,255); }
H1.HeaderClassName
{
color: #5251FF;
}
.AnyTagClassName
{
color: #5251FF;
}
</style>
background-color css
<style>
a { background-color: #5251FF; }
a { background-color: rgb(82,81,255); }
div.DivClassName
{
background-color: #5251FF;
}
.BgClassName
{
background-color: #5251FF;
}
</style>
border-color css
<style>
span { border-color: #5251FF; }
span { border-color: rgb(82,81,255); }
td.TdClassName
{
border-color: #5251FF;
}
.TagClassName
{
border-color: #5251FF;
}
</style>