Shades of Neon Pink #FD74D8
Tints of Neon Pink #FD74D8
RGB
CMYK
RGB Variations
Color information
#FD74D8 (or 0xFD74D8) is known color: Neon Pink. HEX triplet: FD, 74 and D8. RGB value is (253,116,216). Sum of RGB (Red+Green+Blue) = 253+116+216=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 116 (45.70% from 255 or 19.83% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74D8 is #028B27. Grayscale: #A8A8A8. Windows color (decimal): -166696 or 14185725. OLE color: 14185725.
HSL color Cylindrical-coordinate representation of color #FD74D8: hue angle of 316.2º 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 #FD74D8 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 216 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.01 |
| HSL | 316.2º | 0.97% | 0.72% | - |
| HSV(B) | 316.2º | 0.54% | 0.99% | - |
| XYZ | 59.15 | 38.33 | 69.25 | - |
| YUV | 168.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 216 | 0 | 0.54 | 0.15 | 0.01 | 316.2 | 0.97 | 0.72 |
| Hex | FD | 74 | D8 | 0 | 36 | F | 1 | 13C | 61 | 48 |
| Octal | 375 | 164 | 330 | 0 | 66 | 17 | 1 | 474 | 141 | 110 |
| Binary | 11111101 | 1110100 | 11011000 | 0 | 110110 | 1111 | 1 | 100111100 | 1100001 | 1001000 |
Color Harmonies of #FD74D8
Complementary color
Monochromatic Colors of #FD74D8
Black with #FD74D8
Text Example
Text Example
White with #FD74D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74D8; }
p { color: rgb(253,116,216); }
H1.HeaderClassName
{
color: #FD74D8;
}
.AnyTagClassName
{
color: #FD74D8;
}
</style>
background-color css
<style>
a { background-color: #FD74D8; }
a { background-color: rgb(253,116,216); }
div.DivClassName
{
background-color: #FD74D8;
}
.BgClassName
{
background-color: #FD74D8;
}
</style>
border-color css
<style>
span { border-color: #FD74D8; }
span { border-color: rgb(253,116,216); }
td.TdClassName
{
border-color: #FD74D8;
}
.TagClassName
{
border-color: #FD74D8;
}
</style>