Shades of Neon Pink #FF74D9
Tints of Neon Pink #FF74D9
RGB
CMYK
RGB Variations
Color information
#FF74D9 (or 0xFF74D9) is known color: Neon Pink. HEX triplet: FF, 74 and D9. RGB value is (255,116,217). Sum of RGB (Red+Green+Blue) = 255+116+217=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 116 (45.70% from 255 or 19.73% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74D9 is #008B26. Grayscale: #A8A8A8. Windows color (decimal): -35623 or 14251263. OLE color: 14251263.
HSL color Cylindrical-coordinate representation of color #FF74D9: hue angle of 316.4º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF74D9 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 217 | - |
| CMYK | 0 | 0.55 | 0.15 | 0 |
| HSL | 316.4º | 1% | 0.73% | - |
| HSV(B) | 316.4º | 0.55% | 1% | - |
| XYZ | 60.01 | 38.76 | 69.96 | - |
| YUV | 169.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 217 | 0 | 0.55 | 0.15 | 0 | 316.4 | 1 | 0.73 |
| Hex | FF | 74 | D9 | 0 | 37 | F | 0 | 13C | 64 | 49 |
| Octal | 377 | 164 | 331 | 0 | 67 | 17 | 0 | 474 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11011001 | 0 | 110111 | 1111 | 0 | 100111100 | 1100100 | 1001001 |
Color Harmonies of #FF74D9
Complementary color
Monochromatic Colors of #FF74D9
Black with #FF74D9
Text Example
Text Example
White with #FF74D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74D9; }
p { color: rgb(255,116,217); }
H1.HeaderClassName
{
color: #FF74D9;
}
.AnyTagClassName
{
color: #FF74D9;
}
</style>
background-color css
<style>
a { background-color: #FF74D9; }
a { background-color: rgb(255,116,217); }
div.DivClassName
{
background-color: #FF74D9;
}
.BgClassName
{
background-color: #FF74D9;
}
</style>
border-color css
<style>
span { border-color: #FF74D9; }
span { border-color: rgb(255,116,217); }
td.TdClassName
{
border-color: #FF74D9;
}
.TagClassName
{
border-color: #FF74D9;
}
</style>