Shades of Neon Pink #FF73CC
Tints of Neon Pink #FF73CC
RGB
CMYK
RGB Variations
Color information
#FF73CC (or 0xFF73CC) is known color: Neon Pink. HEX triplet: FF, 73 and CC. RGB value is (255,115,204). Sum of RGB (Red+Green+Blue) = 255+115+204=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73CC is #008C33. Grayscale: #A6A6A6. Windows color (decimal): -35892 or 13399039. OLE color: 13399039.
HSL color Cylindrical-coordinate representation of color #FF73CC: hue angle of 321.86º 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 #FF73CC is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 204 | - |
| CMYK | 0 | 0.55 | 0.2 | 0 |
| HSL | 321.86º | 1% | 0.73% | - |
| HSV(B) | 321.86º | 0.55% | 1% | - |
| XYZ | 58.27 | 37.88 | 61.37 | - |
| YUV | 167.01 | 148.88 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 204 | 0 | 0.55 | 0.2 | 0 | 321.86 | 1 | 0.73 |
| Hex | FF | 73 | CC | 0 | 37 | 14 | 0 | 142 | 64 | 49 |
| Octal | 377 | 163 | 314 | 0 | 67 | 24 | 0 | 502 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11001100 | 0 | 110111 | 10100 | 0 | 101000010 | 1100100 | 1001001 |
Color Harmonies of #FF73CC
Complementary color
Monochromatic Colors of #FF73CC
Black with #FF73CC
Text Example
Text Example
White with #FF73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73CC; }
p { color: rgb(255,115,204); }
H1.HeaderClassName
{
color: #FF73CC;
}
.AnyTagClassName
{
color: #FF73CC;
}
</style>
background-color css
<style>
a { background-color: #FF73CC; }
a { background-color: rgb(255,115,204); }
div.DivClassName
{
background-color: #FF73CC;
}
.BgClassName
{
background-color: #FF73CC;
}
</style>
border-color css
<style>
span { border-color: #FF73CC; }
span { border-color: rgb(255,115,204); }
td.TdClassName
{
border-color: #FF73CC;
}
.TagClassName
{
border-color: #FF73CC;
}
</style>