Shades of Neon Pink #FF74C7
Tints of Neon Pink #FF74C7
RGB
CMYK
RGB Variations
Color information
#FF74C7 (or 0xFF74C7) is known color: Neon Pink. HEX triplet: FF, 74 and C7. RGB value is (255,116,199). Sum of RGB (Red+Green+Blue) = 255+116+199=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74C7 is #008B38. Grayscale: #A6A6A6. Windows color (decimal): -35641 or 13071615. OLE color: 13071615.
HSL color Cylindrical-coordinate representation of color #FF74C7: hue angle of 324.17º 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 #FF74C7 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 199 | - |
| CMYK | 0 | 0.55 | 0.22 | 0 |
| HSL | 324.17º | 1% | 0.73% | - |
| HSV(B) | 324.17º | 0.55% | 1% | - |
| XYZ | 57.79 | 37.87 | 58.3 | - |
| YUV | 167.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 199 | 0 | 0.55 | 0.22 | 0 | 324.17 | 1 | 0.73 |
| Hex | FF | 74 | C7 | 0 | 37 | 16 | 0 | 144 | 64 | 49 |
| Octal | 377 | 164 | 307 | 0 | 67 | 26 | 0 | 504 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11000111 | 0 | 110111 | 10110 | 0 | 101000100 | 1100100 | 1001001 |
Color Harmonies of #FF74C7
Complementary color
Monochromatic Colors of #FF74C7
Black with #FF74C7
Text Example
Text Example
White with #FF74C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74C7; }
p { color: rgb(255,116,199); }
H1.HeaderClassName
{
color: #FF74C7;
}
.AnyTagClassName
{
color: #FF74C7;
}
</style>
background-color css
<style>
a { background-color: #FF74C7; }
a { background-color: rgb(255,116,199); }
div.DivClassName
{
background-color: #FF74C7;
}
.BgClassName
{
background-color: #FF74C7;
}
</style>
border-color css
<style>
span { border-color: #FF74C7; }
span { border-color: rgb(255,116,199); }
td.TdClassName
{
border-color: #FF74C7;
}
.TagClassName
{
border-color: #FF74C7;
}
</style>