Shades of Neon Pink #FD74D0
Tints of Neon Pink #FD74D0
RGB
CMYK
RGB Variations
Color information
#FD74D0 (or 0xFD74D0) is known color: Neon Pink. HEX triplet: FD, 74 and D0. RGB value is (253,116,208). Sum of RGB (Red+Green+Blue) = 253+116+208=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD74D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD74D0 is #028B2F. Grayscale: #A7A7A7. Windows color (decimal): -166704 or 13661437. OLE color: 13661437.
HSL color Cylindrical-coordinate representation of color #FD74D0: hue angle of 319.71º 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 #FD74D0 is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 116 | 208 | - |
CMYK | 0 | 0.54 | 0.18 | 0.01 |
HSL | 319.71º | 0.97% | 0.72% | - |
HSV(B) | 319.71º | 0.54% | 0.99% | - |
XYZ | 58.14 | 37.93 | 63.93 | - |
YUV | 167.45 | 150.89 | 189.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 116 | 208 | 0 | 0.54 | 0.18 | 0.01 | 319.71 | 0.97 | 0.72 |
Hex | FD | 74 | D0 | 0 | 36 | 12 | 1 | 140 | 61 | 48 |
Octal | 375 | 164 | 320 | 0 | 66 | 22 | 1 | 500 | 141 | 110 |
Binary | 11111101 | 1110100 | 11010000 | 0 | 110110 | 10010 | 1 | 101000000 | 1100001 | 1001000 |
Color Harmonies of #FD74D0
Complementary color
Monochromatic Colors of #FD74D0
Black with #FD74D0
Text Example
Text Example
White with #FD74D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD74D0; }
p { color: rgb(253,116,208); }
H1.HeaderClassName
{
color: #FD74D0;
}
.AnyTagClassName
{
color: #FD74D0;
}
</style>
background-color css
<style>
a { background-color: #FD74D0; }
a { background-color: rgb(253,116,208); }
div.DivClassName
{
background-color: #FD74D0;
}
.BgClassName
{
background-color: #FD74D0;
}
</style>
border-color css
<style>
span { border-color: #FD74D0; }
span { border-color: rgb(253,116,208); }
td.TdClassName
{
border-color: #FD74D0;
}
.TagClassName
{
border-color: #FD74D0;
}
</style>