Shades of Neon Pink #FF74D1
Tints of Neon Pink #FF74D1
RGB
CMYK
RGB Variations
Color information
#FF74D1 (or 0xFF74D1) is known color: Neon Pink. HEX triplet: FF, 74 and D1. RGB value is (255,116,209). Sum of RGB (Red+Green+Blue) = 255+116+209=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 116 (45.70% from 255 or 20% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74D1 is #008B2E. Grayscale: #A7A7A7. Windows color (decimal): -35631 or 13726975. OLE color: 13726975.
HSL color Cylindrical-coordinate representation of color #FF74D1: hue angle of 319.86º 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 #FF74D1 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 209 | - |
| CMYK | 0 | 0.55 | 0.18 | 0 |
| HSL | 319.86º | 1% | 0.73% | - |
| HSV(B) | 319.86º | 0.55% | 1% | - |
| XYZ | 58.99 | 38.35 | 64.62 | - |
| YUV | 168.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 209 | 0 | 0.55 | 0.18 | 0 | 319.86 | 1 | 0.73 |
| Hex | FF | 74 | D1 | 0 | 37 | 12 | 0 | 140 | 64 | 49 |
| Octal | 377 | 164 | 321 | 0 | 67 | 22 | 0 | 500 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11010001 | 0 | 110111 | 10010 | 0 | 101000000 | 1100100 | 1001001 |
Color Harmonies of #FF74D1
Complementary color
Monochromatic Colors of #FF74D1
Black with #FF74D1
Text Example
Text Example
White with #FF74D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74D1; }
p { color: rgb(255,116,209); }
H1.HeaderClassName
{
color: #FF74D1;
}
.AnyTagClassName
{
color: #FF74D1;
}
</style>
background-color css
<style>
a { background-color: #FF74D1; }
a { background-color: rgb(255,116,209); }
div.DivClassName
{
background-color: #FF74D1;
}
.BgClassName
{
background-color: #FF74D1;
}
</style>
border-color css
<style>
span { border-color: #FF74D1; }
span { border-color: rgb(255,116,209); }
td.TdClassName
{
border-color: #FF74D1;
}
.TagClassName
{
border-color: #FF74D1;
}
</style>