Shades of Neon Blue #5051FF
Tints of Neon Blue #5051FF
RGB
CMYK
RGB Variations
Color information
#5051FF (or 0x5051FF) is known color: Neon Blue. HEX triplet: 50, 51 and FF. RGB value is (80,81,255). Sum of RGB (Red+Green+Blue) = 80+81+255=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #5051FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5051FF is #AFAE00. Grayscale: #636363. Windows color (decimal): -11513345 or 16732496. OLE color: 16732496.
HSL color Cylindrical-coordinate representation of color #5051FF: hue angle of 239.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5051FF is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 81 | 255 | - |
| CMYK | 0.69 | 0.68 | 0 | 0 |
| HSL | 239.66º | 1% | 0.66% | - |
| HSV(B) | 239.66º | 0.69% | 1% | - |
| XYZ | 24.3 | 14.81 | 96.19 | - |
| YUV | 100.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 255 | 0.69 | 0.68 | 0 | 0 | 239.66 | 1 | 0.66 |
| Hex | 50 | 51 | FF | 45 | 44 | 0 | 0 | F0 | 64 | 42 |
| Octal | 120 | 121 | 377 | 105 | 104 | 0 | 0 | 360 | 144 | 102 |
| Binary | 1010000 | 1010001 | 11111111 | 1000101 | 1000100 | 0 | 0 | 11110000 | 1100100 | 1000010 |
Color Harmonies of #5051FF
Complementary color
Monochromatic Colors of #5051FF
Black with #5051FF
Text Example
Text Example
White with #5051FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5051FF; }
p { color: rgb(80,81,255); }
H1.HeaderClassName
{
color: #5051FF;
}
.AnyTagClassName
{
color: #5051FF;
}
</style>
background-color css
<style>
a { background-color: #5051FF; }
a { background-color: rgb(80,81,255); }
div.DivClassName
{
background-color: #5051FF;
}
.BgClassName
{
background-color: #5051FF;
}
</style>
border-color css
<style>
span { border-color: #5051FF; }
span { border-color: rgb(80,81,255); }
td.TdClassName
{
border-color: #5051FF;
}
.TagClassName
{
border-color: #5051FF;
}
</style>