Shades of Neon Pink #FF74C9
Tints of Neon Pink #FF74C9
RGB
CMYK
RGB Variations
Color information
#FF74C9 (or 0xFF74C9) is known color: Neon Pink. HEX triplet: FF, 74 and C9. RGB value is (255,116,201). Sum of RGB (Red+Green+Blue) = 255+116+201=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74C9 is #008B36. Grayscale: #A7A7A7. Windows color (decimal): -35639 or 13202687. OLE color: 13202687.
HSL color Cylindrical-coordinate representation of color #FF74C9: hue angle of 323.31º 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 #FF74C9 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 201 | - |
| CMYK | 0 | 0.55 | 0.21 | 0 |
| HSL | 323.31º | 1% | 0.73% | - |
| HSV(B) | 323.31º | 0.55% | 1% | - |
| XYZ | 58.03 | 37.97 | 59.53 | - |
| YUV | 167.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 201 | 0 | 0.55 | 0.21 | 0 | 323.31 | 1 | 0.73 |
| Hex | FF | 74 | C9 | 0 | 37 | 15 | 0 | 143 | 64 | 49 |
| Octal | 377 | 164 | 311 | 0 | 67 | 25 | 0 | 503 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11001001 | 0 | 110111 | 10101 | 0 | 101000011 | 1100100 | 1001001 |
Color Harmonies of #FF74C9
Complementary color
Monochromatic Colors of #FF74C9
Black with #FF74C9
Text Example
Text Example
White with #FF74C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74C9; }
p { color: rgb(255,116,201); }
H1.HeaderClassName
{
color: #FF74C9;
}
.AnyTagClassName
{
color: #FF74C9;
}
</style>
background-color css
<style>
a { background-color: #FF74C9; }
a { background-color: rgb(255,116,201); }
div.DivClassName
{
background-color: #FF74C9;
}
.BgClassName
{
background-color: #FF74C9;
}
</style>
border-color css
<style>
span { border-color: #FF74C9; }
span { border-color: rgb(255,116,201); }
td.TdClassName
{
border-color: #FF74C9;
}
.TagClassName
{
border-color: #FF74C9;
}
</style>