Shades of Neon Pink #FF50C4
Tints of Neon Pink #FF50C4
RGB
CMYK
RGB Variations
Color information
#FF50C4 (or 0xFF50C4) is known color: Neon Pink. HEX triplet: FF, 50 and C4. RGB value is (255,80,196). Sum of RGB (Red+Green+Blue) = 255+80+196=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 80 (31.64% from 255 or 15.07% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF50C4 is #00AF3B. Grayscale: #919191. Windows color (decimal): -44860 or 12865791. OLE color: 12865791.
HSL color Cylindrical-coordinate representation of color #FF50C4: hue angle of 320.23º 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 #FF50C4 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 196 | - |
| CMYK | 0 | 0.69 | 0.23 | 0 |
| HSL | 320.23º | 1% | 0.66% | - |
| HSV(B) | 320.23º | 0.69% | 1% | - |
| XYZ | 54.07 | 30.98 | 55.35 | - |
| YUV | 145.55 | 156.48 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 196 | 0 | 0.69 | 0.23 | 0 | 320.23 | 1 | 0.66 |
| Hex | FF | 50 | C4 | 0 | 45 | 17 | 0 | 140 | 64 | 42 |
| Octal | 377 | 120 | 304 | 0 | 105 | 27 | 0 | 500 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11000100 | 0 | 1000101 | 10111 | 0 | 101000000 | 1100100 | 1000010 |
Color Harmonies of #FF50C4
Complementary color
Monochromatic Colors of #FF50C4
Black with #FF50C4
Text Example
Text Example
White with #FF50C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50C4; }
p { color: rgb(255,80,196); }
H1.HeaderClassName
{
color: #FF50C4;
}
.AnyTagClassName
{
color: #FF50C4;
}
</style>
background-color css
<style>
a { background-color: #FF50C4; }
a { background-color: rgb(255,80,196); }
div.DivClassName
{
background-color: #FF50C4;
}
.BgClassName
{
background-color: #FF50C4;
}
</style>
border-color css
<style>
span { border-color: #FF50C4; }
span { border-color: rgb(255,80,196); }
td.TdClassName
{
border-color: #FF50C4;
}
.TagClassName
{
border-color: #FF50C4;
}
</style>