Shades of Neon Pink #FD74D1
Tints of Neon Pink #FD74D1
RGB
CMYK
RGB Variations
Color information
#FD74D1 (or 0xFD74D1) is known color: Neon Pink. HEX triplet: FD, 74 and D1. RGB value is (253,116,209). Sum of RGB (Red+Green+Blue) = 253+116+209=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74D1 is #028B2E. Grayscale: #A7A7A7. Windows color (decimal): -166703 or 13726973. OLE color: 13726973.
HSL color Cylindrical-coordinate representation of color #FD74D1: hue angle of 319.27º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FD74D1 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 209 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.01 |
| HSL | 319.27º | 0.97% | 0.72% | - |
| HSV(B) | 319.27º | 0.54% | 0.99% | - |
| XYZ | 58.26 | 37.98 | 64.58 | - |
| YUV | 167.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 209 | 0 | 0.54 | 0.17 | 0.01 | 319.27 | 0.97 | 0.72 |
| Hex | FD | 74 | D1 | 0 | 36 | 11 | 1 | 13F | 61 | 48 |
| Octal | 375 | 164 | 321 | 0 | 66 | 21 | 1 | 477 | 141 | 110 |
| Binary | 11111101 | 1110100 | 11010001 | 0 | 110110 | 10001 | 1 | 100111111 | 1100001 | 1001000 |
Color Harmonies of #FD74D1
Complementary color
Monochromatic Colors of #FD74D1
Black with #FD74D1
Text Example
Text Example
White with #FD74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74D1; }
p { color: rgb(253,116,209); }
H1.HeaderClassName
{
color: #FD74D1;
}
.AnyTagClassName
{
color: #FD74D1;
}
</style>
background-color css
<style>
a { background-color: #FD74D1; }
a { background-color: rgb(253,116,209); }
div.DivClassName
{
background-color: #FD74D1;
}
.BgClassName
{
background-color: #FD74D1;
}
</style>
border-color css
<style>
span { border-color: #FD74D1; }
span { border-color: rgb(253,116,209); }
td.TdClassName
{
border-color: #FD74D1;
}
.TagClassName
{
border-color: #FD74D1;
}
</style>