Shades of Neon Pink #FD61D3
Tints of Neon Pink #FD61D3
RGB
CMYK
RGB Variations
Color information
#FD61D3 (or 0xFD61D3) is known color: Neon Pink. HEX triplet: FD, 61 and D3. RGB value is (253,97,211). Sum of RGB (Red+Green+Blue) = 253+97+211=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 97 (38.28% from 255 or 17.29% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61D3 is #029E2C. Grayscale: #9C9C9C. Windows color (decimal): -171565 or 13853181. OLE color: 13853181.
HSL color Cylindrical-coordinate representation of color #FD61D3: hue angle of 316.15º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FD61D3 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 97 | 211 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.01 |
| HSL | 316.15º | 0.98% | 0.69% | - |
| HSV(B) | 316.15º | 0.62% | 0.99% | - |
| XYZ | 56.54 | 34.14 | 65.24 | - |
| YUV | 156.64 | 158.68 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 97 | 211 | 0 | 0.62 | 0.17 | 0.01 | 316.15 | 0.98 | 0.69 |
| Hex | FD | 61 | D3 | 0 | 3E | 11 | 1 | 13C | 62 | 45 |
| Octal | 375 | 141 | 323 | 0 | 76 | 21 | 1 | 474 | 142 | 105 |
| Binary | 11111101 | 1100001 | 11010011 | 0 | 111110 | 10001 | 1 | 100111100 | 1100010 | 1000101 |
Color Harmonies of #FD61D3
Complementary color
Monochromatic Colors of #FD61D3
Black with #FD61D3
Text Example
Text Example
White with #FD61D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD61D3; }
p { color: rgb(253,97,211); }
H1.HeaderClassName
{
color: #FD61D3;
}
.AnyTagClassName
{
color: #FD61D3;
}
</style>
background-color css
<style>
a { background-color: #FD61D3; }
a { background-color: rgb(253,97,211); }
div.DivClassName
{
background-color: #FD61D3;
}
.BgClassName
{
background-color: #FD61D3;
}
</style>
border-color css
<style>
span { border-color: #FD61D3; }
span { border-color: rgb(253,97,211); }
td.TdClassName
{
border-color: #FD61D3;
}
.TagClassName
{
border-color: #FD61D3;
}
</style>