Shades of Neon Pink #FF74C5
Tints of Neon Pink #FF74C5
RGB
CMYK
RGB Variations
Color information
#FF74C5 (or 0xFF74C5) is known color: Neon Pink. HEX triplet: FF, 74 and C5. RGB value is (255,116,197). Sum of RGB (Red+Green+Blue) = 255+116+197=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74C5 is #008B3A. Grayscale: #A6A6A6. Windows color (decimal): -35643 or 12940543. OLE color: 12940543.
HSL color Cylindrical-coordinate representation of color #FF74C5: hue angle of 325.04º 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 #FF74C5 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 197 | - |
| CMYK | 0 | 0.55 | 0.23 | 0 |
| HSL | 325.04º | 1% | 0.73% | - |
| HSV(B) | 325.04º | 0.55% | 1% | - |
| XYZ | 57.56 | 37.78 | 57.08 | - |
| YUV | 166.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 197 | 0 | 0.55 | 0.23 | 0 | 325.04 | 1 | 0.73 |
| Hex | FF | 74 | C5 | 0 | 37 | 17 | 0 | 145 | 64 | 49 |
| Octal | 377 | 164 | 305 | 0 | 67 | 27 | 0 | 505 | 144 | 111 |
| Binary | 11111111 | 1110100 | 11000101 | 0 | 110111 | 10111 | 0 | 101000101 | 1100100 | 1001001 |
Color Harmonies of #FF74C5
Complementary color
Monochromatic Colors of #FF74C5
Black with #FF74C5
Text Example
Text Example
White with #FF74C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF74C5; }
p { color: rgb(255,116,197); }
H1.HeaderClassName
{
color: #FF74C5;
}
.AnyTagClassName
{
color: #FF74C5;
}
</style>
background-color css
<style>
a { background-color: #FF74C5; }
a { background-color: rgb(255,116,197); }
div.DivClassName
{
background-color: #FF74C5;
}
.BgClassName
{
background-color: #FF74C5;
}
</style>
border-color css
<style>
span { border-color: #FF74C5; }
span { border-color: rgb(255,116,197); }
td.TdClassName
{
border-color: #FF74C5;
}
.TagClassName
{
border-color: #FF74C5;
}
</style>