Shades of Neon Pink #FF60C1
Tints of Neon Pink #FF60C1
RGB
CMYK
RGB Variations
Color information
#FF60C1 (or 0xFF60C1) is known color: Neon Pink. HEX triplet: FF, 60 and C1. RGB value is (255,96,193). Sum of RGB (Red+Green+Blue) = 255+96+193=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 96 (37.89% from 255 or 17.65% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60C1 is #009F3E. Grayscale: #9A9A9A. Windows color (decimal): -40767 or 12673279. OLE color: 12673279.
HSL color Cylindrical-coordinate representation of color #FF60C1: hue angle of 323.4º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60C1 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 96 | 193 | - |
| CMYK | 0 | 0.62 | 0.24 | 0 |
| HSL | 323.4º | 1% | 0.69% | - |
| HSV(B) | 323.4º | 0.62% | 1% | - |
| XYZ | 55.05 | 33.48 | 54.01 | - |
| YUV | 154.6 | 149.68 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 96 | 193 | 0 | 0.62 | 0.24 | 0 | 323.4 | 1 | 0.69 |
| Hex | FF | 60 | C1 | 0 | 3E | 18 | 0 | 143 | 64 | 45 |
| Octal | 377 | 140 | 301 | 0 | 76 | 30 | 0 | 503 | 144 | 105 |
| Binary | 11111111 | 1100000 | 11000001 | 0 | 111110 | 11000 | 0 | 101000011 | 1100100 | 1000101 |
Color Harmonies of #FF60C1
Complementary color
Monochromatic Colors of #FF60C1
Black with #FF60C1
Text Example
Text Example
White with #FF60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF60C1; }
p { color: rgb(255,96,193); }
H1.HeaderClassName
{
color: #FF60C1;
}
.AnyTagClassName
{
color: #FF60C1;
}
</style>
background-color css
<style>
a { background-color: #FF60C1; }
a { background-color: rgb(255,96,193); }
div.DivClassName
{
background-color: #FF60C1;
}
.BgClassName
{
background-color: #FF60C1;
}
</style>
border-color css
<style>
span { border-color: #FF60C1; }
span { border-color: rgb(255,96,193); }
td.TdClassName
{
border-color: #FF60C1;
}
.TagClassName
{
border-color: #FF60C1;
}
</style>