Shades of Neon Pink #FD60C1
Tints of Neon Pink #FD60C1
RGB
CMYK
RGB Variations
Color information
#FD60C1 (or 0xFD60C1) is known color: Neon Pink. HEX triplet: FD, 60 and C1. RGB value is (253,96,193). Sum of RGB (Red+Green+Blue) = 253+96+193=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 193 (75.78% from 255 or 35.61% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60C1 is #029F3E. Grayscale: #999999. Windows color (decimal): -171839 or 12673277. OLE color: 12673277.
HSL color Cylindrical-coordinate representation of color #FD60C1: hue angle of 322.93º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD60C1 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 193 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.01 |
| HSL | 322.93º | 0.98% | 0.68% | - |
| HSV(B) | 322.93º | 0.62% | 0.99% | - |
| XYZ | 54.32 | 33.1 | 53.98 | - |
| YUV | 154 | 150.01 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 193 | 0 | 0.62 | 0.24 | 0.01 | 322.93 | 0.98 | 0.68 |
| Hex | FD | 60 | C1 | 0 | 3E | 18 | 1 | 143 | 62 | 44 |
| Octal | 375 | 140 | 301 | 0 | 76 | 30 | 1 | 503 | 142 | 104 |
| Binary | 11111101 | 1100000 | 11000001 | 0 | 111110 | 11000 | 1 | 101000011 | 1100010 | 1000100 |
Color Harmonies of #FD60C1
Complementary color
Monochromatic Colors of #FD60C1
Black with #FD60C1
Text Example
Text Example
White with #FD60C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60C1; }
p { color: rgb(253,96,193); }
H1.HeaderClassName
{
color: #FD60C1;
}
.AnyTagClassName
{
color: #FD60C1;
}
</style>
background-color css
<style>
a { background-color: #FD60C1; }
a { background-color: rgb(253,96,193); }
div.DivClassName
{
background-color: #FD60C1;
}
.BgClassName
{
background-color: #FD60C1;
}
</style>
border-color css
<style>
span { border-color: #FD60C1; }
span { border-color: rgb(253,96,193); }
td.TdClassName
{
border-color: #FD60C1;
}
.TagClassName
{
border-color: #FD60C1;
}
</style>