Shades of Neon Pink #FF5FC1
Tints of Neon Pink #FF5FC1
RGB
CMYK
RGB Variations
Color information
#FF5FC1 (or 0xFF5FC1) is known color: Neon Pink. HEX triplet: FF, 5F and C1. RGB value is (255,95,193). Sum of RGB (Red+Green+Blue) = 255+95+193=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 95 (37.5% from 255 or 17.50% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5FC1 is #00A03E. Grayscale: #999999. Windows color (decimal): -41023 or 12673023. OLE color: 12673023.
HSL color Cylindrical-coordinate representation of color #FF5FC1: hue angle of 323.25º 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 #FF5FC1 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 95 | 193 | - |
| CMYK | 0 | 0.63 | 0.24 | 0 |
| HSL | 323.25º | 1% | 0.69% | - |
| HSV(B) | 323.25º | 0.63% | 1% | - |
| XYZ | 54.96 | 33.29 | 53.98 | - |
| YUV | 154.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 95 | 193 | 0 | 0.63 | 0.24 | 0 | 323.25 | 1 | 0.69 |
| Hex | FF | 5F | C1 | 0 | 3F | 18 | 0 | 143 | 64 | 45 |
| Octal | 377 | 137 | 301 | 0 | 77 | 30 | 0 | 503 | 144 | 105 |
| Binary | 11111111 | 1011111 | 11000001 | 0 | 111111 | 11000 | 0 | 101000011 | 1100100 | 1000101 |
Color Harmonies of #FF5FC1
Complementary color
Monochromatic Colors of #FF5FC1
Black with #FF5FC1
Text Example
Text Example
White with #FF5FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5FC1; }
p { color: rgb(255,95,193); }
H1.HeaderClassName
{
color: #FF5FC1;
}
.AnyTagClassName
{
color: #FF5FC1;
}
</style>
background-color css
<style>
a { background-color: #FF5FC1; }
a { background-color: rgb(255,95,193); }
div.DivClassName
{
background-color: #FF5FC1;
}
.BgClassName
{
background-color: #FF5FC1;
}
</style>
border-color css
<style>
span { border-color: #FF5FC1; }
span { border-color: rgb(255,95,193); }
td.TdClassName
{
border-color: #FF5FC1;
}
.TagClassName
{
border-color: #FF5FC1;
}
</style>