Shades of Neon Pink #FF73CD
Tints of Neon Pink #FF73CD
RGB
CMYK
RGB Variations
Color information
#FF73CD (or 0xFF73CD) is known color: Neon Pink. HEX triplet: FF, 73 and CD. RGB value is (255,115,205). Sum of RGB (Red+Green+Blue) = 255+115+205=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73CD is #008C32. Grayscale: #A6A6A6. Windows color (decimal): -35891 or 13464575. OLE color: 13464575.
HSL color Cylindrical-coordinate representation of color #FF73CD: hue angle of 321.43º 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 #FF73CD is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 205 | - |
| CMYK | 0 | 0.55 | 0.20 | 0 |
| HSL | 321.43º | 1% | 0.73% | - |
| HSV(B) | 321.43º | 0.55% | 1% | - |
| XYZ | 58.39 | 37.93 | 62 | - |
| YUV | 167.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 205 | 0 | 0.55 | 0.20 | 0 | 321.43 | 1 | 0.73 |
| Hex | FF | 73 | CD | 0 | 37 | 14 | 0 | 141 | 64 | 49 |
| Octal | 377 | 163 | 315 | 0 | 67 | 24 | 0 | 501 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11001101 | 0 | 110111 | 10100 | 0 | 101000001 | 1100100 | 1001001 |
Color Harmonies of #FF73CD
Complementary color
Monochromatic Colors of #FF73CD
Black with #FF73CD
Text Example
Text Example
White with #FF73CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73CD; }
p { color: rgb(255,115,205); }
H1.HeaderClassName
{
color: #FF73CD;
}
.AnyTagClassName
{
color: #FF73CD;
}
</style>
background-color css
<style>
a { background-color: #FF73CD; }
a { background-color: rgb(255,115,205); }
div.DivClassName
{
background-color: #FF73CD;
}
.BgClassName
{
background-color: #FF73CD;
}
</style>
border-color css
<style>
span { border-color: #FF73CD; }
span { border-color: rgb(255,115,205); }
td.TdClassName
{
border-color: #FF73CD;
}
.TagClassName
{
border-color: #FF73CD;
}
</style>