Shades of Neon Pink #FF50C5
Tints of Neon Pink #FF50C5
RGB
CMYK
RGB Variations
Color information
#FF50C5 (or 0xFF50C5) is known color: Neon Pink. HEX triplet: FF, 50 and C5. RGB value is (255,80,197). Sum of RGB (Red+Green+Blue) = 255+80+197=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 80 (31.64% from 255 or 15.04% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50C5 is #00AF3A. Grayscale: #919191. Windows color (decimal): -44859 or 12931327. OLE color: 12931327.
HSL color Cylindrical-coordinate representation of color #FF50C5: hue angle of 319.89º 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 #FF50C5 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 197 | - |
| CMYK | 0 | 0.69 | 0.23 | 0 |
| HSL | 319.89º | 1% | 0.66% | - |
| HSV(B) | 319.89º | 0.69% | 1% | - |
| XYZ | 54.19 | 31.03 | 55.96 | - |
| YUV | 145.66 | 156.98 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 197 | 0 | 0.69 | 0.23 | 0 | 319.89 | 1 | 0.66 |
| Hex | FF | 50 | C5 | 0 | 45 | 17 | 0 | 140 | 64 | 42 |
| Octal | 377 | 120 | 305 | 0 | 105 | 27 | 0 | 500 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11000101 | 0 | 1000101 | 10111 | 0 | 101000000 | 1100100 | 1000010 |
Color Harmonies of #FF50C5
Complementary color
Monochromatic Colors of #FF50C5
Black with #FF50C5
Text Example
Text Example
White with #FF50C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50C5; }
p { color: rgb(255,80,197); }
H1.HeaderClassName
{
color: #FF50C5;
}
.AnyTagClassName
{
color: #FF50C5;
}
</style>
background-color css
<style>
a { background-color: #FF50C5; }
a { background-color: rgb(255,80,197); }
div.DivClassName
{
background-color: #FF50C5;
}
.BgClassName
{
background-color: #FF50C5;
}
</style>
border-color css
<style>
span { border-color: #FF50C5; }
span { border-color: rgb(255,80,197); }
td.TdClassName
{
border-color: #FF50C5;
}
.TagClassName
{
border-color: #FF50C5;
}
</style>