Shades of Neon Pink #FF74D4
Tints of Neon Pink #FF74D4
RGB
CMYK
RGB Variations
Color information
#FF74D4 (or 0xFF74D4) is known color: Neon Pink. HEX triplet: FF, 74 and D4. RGB value is (255,116,212). Sum of RGB (Red+Green+Blue) = 255+116+212=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 116 (45.70% from 255 or 19.90% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74D4 is #008B2B. Grayscale: #A8A8A8. Windows color (decimal): -35628 or 13923583. OLE color: 13923583.
HSL color Cylindrical-coordinate representation of color #FF74D4: hue angle of 318.56º 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 #FF74D4 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 212 | - |
| CMYK | 0 | 0.55 | 0.17 | 0 |
| HSL | 318.56º | 1% | 0.73% | - |
| HSV(B) | 318.56º | 0.55% | 1% | - |
| XYZ | 59.37 | 38.5 | 66.59 | - |
| YUV | 168.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 212 | 0 | 0.55 | 0.17 | 0 | 318.56 | 1 | 0.73 |
| Hex | FF | 74 | D4 | 0 | 37 | 11 | 0 | 13F | 64 | 49 |
| Octal | 377 | 164 | 324 | 0 | 67 | 21 | 0 | 477 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11010100 | 0 | 110111 | 10001 | 0 | 100111111 | 1100100 | 1001001 |
Color Harmonies of #FF74D4
Complementary color
Monochromatic Colors of #FF74D4
Black with #FF74D4
Text Example
Text Example
White with #FF74D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74D4; }
p { color: rgb(255,116,212); }
H1.HeaderClassName
{
color: #FF74D4;
}
.AnyTagClassName
{
color: #FF74D4;
}
</style>
background-color css
<style>
a { background-color: #FF74D4; }
a { background-color: rgb(255,116,212); }
div.DivClassName
{
background-color: #FF74D4;
}
.BgClassName
{
background-color: #FF74D4;
}
</style>
border-color css
<style>
span { border-color: #FF74D4; }
span { border-color: rgb(255,116,212); }
td.TdClassName
{
border-color: #FF74D4;
}
.TagClassName
{
border-color: #FF74D4;
}
</style>