Shades of Neon Pink #FF50C3
Tints of Neon Pink #FF50C3
RGB
CMYK
RGB Variations
Color information
#FF50C3 (or 0xFF50C3) is known color: Neon Pink. HEX triplet: FF, 50 and C3. RGB value is (255,80,195). Sum of RGB (Red+Green+Blue) = 255+80+195=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50C3 is #00AF3C. Grayscale: #919191. Windows color (decimal): -44861 or 12800255. OLE color: 12800255.
HSL color Cylindrical-coordinate representation of color #FF50C3: hue angle of 320.57º 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 #FF50C3 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 195 | - |
| CMYK | 0 | 0.69 | 0.24 | 0 |
| HSL | 320.57º | 1% | 0.66% | - |
| HSV(B) | 320.57º | 0.69% | 1% | - |
| XYZ | 53.96 | 30.94 | 54.76 | - |
| YUV | 145.44 | 155.98 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 195 | 0 | 0.69 | 0.24 | 0 | 320.57 | 1 | 0.66 |
| Hex | FF | 50 | C3 | 0 | 45 | 18 | 0 | 141 | 64 | 42 |
| Octal | 377 | 120 | 303 | 0 | 105 | 30 | 0 | 501 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11000011 | 0 | 1000101 | 11000 | 0 | 101000001 | 1100100 | 1000010 |
Color Harmonies of #FF50C3
Complementary color
Monochromatic Colors of #FF50C3
Black with #FF50C3
Text Example
Text Example
White with #FF50C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50C3; }
p { color: rgb(255,80,195); }
H1.HeaderClassName
{
color: #FF50C3;
}
.AnyTagClassName
{
color: #FF50C3;
}
</style>
background-color css
<style>
a { background-color: #FF50C3; }
a { background-color: rgb(255,80,195); }
div.DivClassName
{
background-color: #FF50C3;
}
.BgClassName
{
background-color: #FF50C3;
}
</style>
border-color css
<style>
span { border-color: #FF50C3; }
span { border-color: rgb(255,80,195); }
td.TdClassName
{
border-color: #FF50C3;
}
.TagClassName
{
border-color: #FF50C3;
}
</style>