Shades of Neon Pink #FF5FC5
Tints of Neon Pink #FF5FC5
RGB
CMYK
RGB Variations
Color information
#FF5FC5 (or 0xFF5FC5) is known color: Neon Pink. HEX triplet: FF, 5F and C5. RGB value is (255,95,197). Sum of RGB (Red+Green+Blue) = 255+95+197=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FC5 is #00A03A. Grayscale: #9A9A9A. Windows color (decimal): -41019 or 12935167. OLE color: 12935167.
HSL color Cylindrical-coordinate representation of color #FF5FC5: hue angle of 321.75º 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 #FF5FC5 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 197 | - |
| CMYK | 0 | 0.63 | 0.23 | 0 |
| HSL | 321.75º | 1% | 0.69% | - |
| HSV(B) | 321.75º | 0.63% | 1% | - |
| XYZ | 55.41 | 33.48 | 56.36 | - |
| YUV | 154.47 | 152.01 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 197 | 0 | 0.63 | 0.23 | 0 | 321.75 | 1 | 0.69 |
| Hex | FF | 5F | C5 | 0 | 3F | 17 | 0 | 142 | 64 | 45 |
| Octal | 377 | 137 | 305 | 0 | 77 | 27 | 0 | 502 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11000101 | 0 | 111111 | 10111 | 0 | 101000010 | 1100100 | 1000101 |
Color Harmonies of #FF5FC5
Complementary color
Monochromatic Colors of #FF5FC5
Black with #FF5FC5
Text Example
Text Example
White with #FF5FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FC5; }
p { color: rgb(255,95,197); }
H1.HeaderClassName
{
color: #FF5FC5;
}
.AnyTagClassName
{
color: #FF5FC5;
}
</style>
background-color css
<style>
a { background-color: #FF5FC5; }
a { background-color: rgb(255,95,197); }
div.DivClassName
{
background-color: #FF5FC5;
}
.BgClassName
{
background-color: #FF5FC5;
}
</style>
border-color css
<style>
span { border-color: #FF5FC5; }
span { border-color: rgb(255,95,197); }
td.TdClassName
{
border-color: #FF5FC5;
}
.TagClassName
{
border-color: #FF5FC5;
}
</style>