Shades of Neon Pink #FF73C7
Tints of Neon Pink #FF73C7
RGB
CMYK
RGB Variations
Color information
#FF73C7 (or 0xFF73C7) is known color: Neon Pink. HEX triplet: FF, 73 and C7. RGB value is (255,115,199). Sum of RGB (Red+Green+Blue) = 255+115+199=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 199 (78.12% from 255 or 34.97% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73C7 is #008C38. Grayscale: #A6A6A6. Windows color (decimal): -35897 or 13071359. OLE color: 13071359.
HSL color Cylindrical-coordinate representation of color #FF73C7: hue angle of 324º 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 #FF73C7 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 199 | - |
| CMYK | 0 | 0.55 | 0.22 | 0 |
| HSL | 324º | 1% | 0.73% | - |
| HSV(B) | 324º | 0.55% | 1% | - |
| XYZ | 57.68 | 37.64 | 58.26 | - |
| YUV | 166.44 | 146.38 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 199 | 0 | 0.55 | 0.22 | 0 | 324 | 1 | 0.73 |
| Hex | FF | 73 | C7 | 0 | 37 | 16 | 0 | 144 | 64 | 49 |
| Octal | 377 | 163 | 307 | 0 | 67 | 26 | 0 | 504 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11000111 | 0 | 110111 | 10110 | 0 | 101000100 | 1100100 | 1001001 |
Color Harmonies of #FF73C7
Complementary color
Monochromatic Colors of #FF73C7
Black with #FF73C7
Text Example
Text Example
White with #FF73C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73C7; }
p { color: rgb(255,115,199); }
H1.HeaderClassName
{
color: #FF73C7;
}
.AnyTagClassName
{
color: #FF73C7;
}
</style>
background-color css
<style>
a { background-color: #FF73C7; }
a { background-color: rgb(255,115,199); }
div.DivClassName
{
background-color: #FF73C7;
}
.BgClassName
{
background-color: #FF73C7;
}
</style>
border-color css
<style>
span { border-color: #FF73C7; }
span { border-color: rgb(255,115,199); }
td.TdClassName
{
border-color: #FF73C7;
}
.TagClassName
{
border-color: #FF73C7;
}
</style>