Shades of Neon Pink #FD60D2
Tints of Neon Pink #FD60D2
RGB
CMYK
RGB Variations
Color information
#FD60D2 (or 0xFD60D2) is known color: Neon Pink. HEX triplet: FD, 60 and D2. RGB value is (253,96,210). Sum of RGB (Red+Green+Blue) = 253+96+210=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD60D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD60D2 is #029F2D. Grayscale: #9B9B9B. Windows color (decimal): -171822 or 13787389. OLE color: 13787389.
HSL color Cylindrical-coordinate representation of color #FD60D2: hue angle of 316.43º 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 #FD60D2 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 96 | 210 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.01 |
| HSL | 316.43º | 0.98% | 0.68% | - |
| HSV(B) | 316.43º | 0.62% | 0.99% | - |
| XYZ | 56.32 | 33.9 | 64.55 | - |
| YUV | 155.94 | 158.51 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 96 | 210 | 0 | 0.62 | 0.17 | 0.01 | 316.43 | 0.98 | 0.68 |
| Hex | FD | 60 | D2 | 0 | 3E | 11 | 1 | 13C | 62 | 44 |
| Octal | 375 | 140 | 322 | 0 | 76 | 21 | 1 | 474 | 142 | 104 |
| Binary | 11111101 | 1100000 | 11010010 | 0 | 111110 | 10001 | 1 | 100111100 | 1100010 | 1000100 |
Color Harmonies of #FD60D2
Complementary color
Monochromatic Colors of #FD60D2
Black with #FD60D2
Text Example
Text Example
White with #FD60D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD60D2; }
p { color: rgb(253,96,210); }
H1.HeaderClassName
{
color: #FD60D2;
}
.AnyTagClassName
{
color: #FD60D2;
}
</style>
background-color css
<style>
a { background-color: #FD60D2; }
a { background-color: rgb(253,96,210); }
div.DivClassName
{
background-color: #FD60D2;
}
.BgClassName
{
background-color: #FD60D2;
}
</style>
border-color css
<style>
span { border-color: #FD60D2; }
span { border-color: rgb(253,96,210); }
td.TdClassName
{
border-color: #FD60D2;
}
.TagClassName
{
border-color: #FD60D2;
}
</style>