Shades of Neon Pink #FF5FC7
Tints of Neon Pink #FF5FC7
RGB
CMYK
RGB Variations
Color information
#FF5FC7 (or 0xFF5FC7) is known color: Neon Pink. HEX triplet: FF, 5F and C7. RGB value is (255,95,199). Sum of RGB (Red+Green+Blue) = 255+95+199=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FC7 is #00A038. Grayscale: #9A9A9A. Windows color (decimal): -41017 or 13066239. OLE color: 13066239.
HSL color Cylindrical-coordinate representation of color #FF5FC7: hue angle of 321º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF5FC7 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 199 | - |
| CMYK | 0 | 0.63 | 0.22 | 0 |
| HSL | 321º | 1% | 0.69% | - |
| HSV(B) | 321º | 0.63% | 1% | - |
| XYZ | 55.64 | 33.57 | 57.58 | - |
| YUV | 154.7 | 153.01 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 199 | 0 | 0.63 | 0.22 | 0 | 321 | 1 | 0.69 |
| Hex | FF | 5F | C7 | 0 | 3F | 16 | 0 | 141 | 64 | 45 |
| Octal | 377 | 137 | 307 | 0 | 77 | 26 | 0 | 501 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11000111 | 0 | 111111 | 10110 | 0 | 101000001 | 1100100 | 1000101 |
Color Harmonies of #FF5FC7
Complementary color
Monochromatic Colors of #FF5FC7
Black with #FF5FC7
Text Example
Text Example
White with #FF5FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FC7; }
p { color: rgb(255,95,199); }
H1.HeaderClassName
{
color: #FF5FC7;
}
.AnyTagClassName
{
color: #FF5FC7;
}
</style>
background-color css
<style>
a { background-color: #FF5FC7; }
a { background-color: rgb(255,95,199); }
div.DivClassName
{
background-color: #FF5FC7;
}
.BgClassName
{
background-color: #FF5FC7;
}
</style>
border-color css
<style>
span { border-color: #FF5FC7; }
span { border-color: rgb(255,95,199); }
td.TdClassName
{
border-color: #FF5FC7;
}
.TagClassName
{
border-color: #FF5FC7;
}
</style>