Shades of Neon Pink #FD60D4
Tints of Neon Pink #FD60D4
RGB
CMYK
RGB Variations
Color information
#FD60D4 (or 0xFD60D4) is known color: Neon Pink. HEX triplet: FD, 60 and D4. RGB value is (253,96,212). Sum of RGB (Red+Green+Blue) = 253+96+212=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 96 (37.89% from 255 or 17.11% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60D4 is #029F2B. Grayscale: #9B9B9B. Windows color (decimal): -171820 or 13918461. OLE color: 13918461.
HSL color Cylindrical-coordinate representation of color #FD60D4: hue angle of 315.67º 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 #FD60D4 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 212 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.01 |
| HSL | 315.67º | 0.98% | 0.68% | - |
| HSV(B) | 315.67º | 0.62% | 0.99% | - |
| XYZ | 56.57 | 34 | 65.87 | - |
| YUV | 156.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 212 | 0 | 0.62 | 0.16 | 0.01 | 315.67 | 0.98 | 0.68 |
| Hex | FD | 60 | D4 | 0 | 3E | 10 | 1 | 13C | 62 | 44 |
| Octal | 375 | 140 | 324 | 0 | 76 | 20 | 1 | 474 | 142 | 104 |
| Binary | 11111101 | 1100000 | 11010100 | 0 | 111110 | 10000 | 1 | 100111100 | 1100010 | 1000100 |
Color Harmonies of #FD60D4
Complementary color
Monochromatic Colors of #FD60D4
Black with #FD60D4
Text Example
Text Example
White with #FD60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60D4; }
p { color: rgb(253,96,212); }
H1.HeaderClassName
{
color: #FD60D4;
}
.AnyTagClassName
{
color: #FD60D4;
}
</style>
background-color css
<style>
a { background-color: #FD60D4; }
a { background-color: rgb(253,96,212); }
div.DivClassName
{
background-color: #FD60D4;
}
.BgClassName
{
background-color: #FD60D4;
}
</style>
border-color css
<style>
span { border-color: #FD60D4; }
span { border-color: rgb(253,96,212); }
td.TdClassName
{
border-color: #FD60D4;
}
.TagClassName
{
border-color: #FD60D4;
}
</style>