Shades of Neon Pink #FD74C8
Tints of Neon Pink #FD74C8
RGB
CMYK
RGB Variations
Color information
#FD74C8 (or 0xFD74C8) is known color: Neon Pink. HEX triplet: FD, 74 and C8. RGB value is (253,116,200). Sum of RGB (Red+Green+Blue) = 253+116+200=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74C8 is #028B37. Grayscale: #A6A6A6. Windows color (decimal): -166712 or 13137149. OLE color: 13137149.
HSL color Cylindrical-coordinate representation of color #FD74C8: hue angle of 323.21º 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 #FD74C8 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 200 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.01 |
| HSL | 323.21º | 0.97% | 0.72% | - |
| HSV(B) | 323.21º | 0.54% | 0.99% | - |
| XYZ | 57.18 | 37.54 | 58.88 | - |
| YUV | 166.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 200 | 0 | 0.54 | 0.21 | 0.01 | 323.21 | 0.97 | 0.72 |
| Hex | FD | 74 | C8 | 0 | 36 | 15 | 1 | 143 | 61 | 48 |
| Octal | 375 | 164 | 310 | 0 | 66 | 25 | 1 | 503 | 141 | 110 |
| Binary | 11111101 | 1110100 | 11001000 | 0 | 110110 | 10101 | 1 | 101000011 | 1100001 | 1001000 |
Color Harmonies of #FD74C8
Complementary color
Monochromatic Colors of #FD74C8
Black with #FD74C8
Text Example
Text Example
White with #FD74C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74C8; }
p { color: rgb(253,116,200); }
H1.HeaderClassName
{
color: #FD74C8;
}
.AnyTagClassName
{
color: #FD74C8;
}
</style>
background-color css
<style>
a { background-color: #FD74C8; }
a { background-color: rgb(253,116,200); }
div.DivClassName
{
background-color: #FD74C8;
}
.BgClassName
{
background-color: #FD74C8;
}
</style>
border-color css
<style>
span { border-color: #FD74C8; }
span { border-color: rgb(253,116,200); }
td.TdClassName
{
border-color: #FD74C8;
}
.TagClassName
{
border-color: #FD74C8;
}
</style>