Shades of Neon Pink #FF74D2
Tints of Neon Pink #FF74D2
RGB
CMYK
RGB Variations
Color information
#FF74D2 (or 0xFF74D2) is known color: Neon Pink. HEX triplet: FF, 74 and D2. RGB value is (255,116,210). Sum of RGB (Red+Green+Blue) = 255+116+210=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74D2 is #008B2D. Grayscale: #A8A8A8. Windows color (decimal): -35630 or 13792511. OLE color: 13792511.
HSL color Cylindrical-coordinate representation of color #FF74D2: hue angle of 319.42º 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 #FF74D2 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 210 | - |
| CMYK | 0 | 0.55 | 0.18 | 0 |
| HSL | 319.42º | 1% | 0.73% | - |
| HSV(B) | 319.42º | 0.55% | 1% | - |
| XYZ | 59.12 | 38.4 | 65.27 | - |
| YUV | 168.28 | 151.55 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 210 | 0 | 0.55 | 0.18 | 0 | 319.42 | 1 | 0.73 |
| Hex | FF | 74 | D2 | 0 | 37 | 12 | 0 | 13F | 64 | 49 |
| Octal | 377 | 164 | 322 | 0 | 67 | 22 | 0 | 477 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11010010 | 0 | 110111 | 10010 | 0 | 100111111 | 1100100 | 1001001 |
Color Harmonies of #FF74D2
Complementary color
Monochromatic Colors of #FF74D2
Black with #FF74D2
Text Example
Text Example
White with #FF74D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74D2; }
p { color: rgb(255,116,210); }
H1.HeaderClassName
{
color: #FF74D2;
}
.AnyTagClassName
{
color: #FF74D2;
}
</style>
background-color css
<style>
a { background-color: #FF74D2; }
a { background-color: rgb(255,116,210); }
div.DivClassName
{
background-color: #FF74D2;
}
.BgClassName
{
background-color: #FF74D2;
}
</style>
border-color css
<style>
span { border-color: #FF74D2; }
span { border-color: rgb(255,116,210); }
td.TdClassName
{
border-color: #FF74D2;
}
.TagClassName
{
border-color: #FF74D2;
}
</style>