Shades of Neon Pink #FF73C4
Tints of Neon Pink #FF73C4
RGB
CMYK
RGB Variations
Color information
#FF73C4 (or 0xFF73C4) is known color: Neon Pink. HEX triplet: FF, 73 and C4. RGB value is (255,115,196). Sum of RGB (Red+Green+Blue) = 255+115+196=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF73C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF73C4 is #008C3B. Grayscale: #A5A5A5. Windows color (decimal): -35900 or 12874751. OLE color: 12874751.
HSL color Cylindrical-coordinate representation of color #FF73C4: hue angle of 325.29º 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 #FF73C4 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 115 | 196 | - |
| CMYK | 0 | 0.55 | 0.23 | 0 |
| HSL | 325.29º | 1% | 0.73% | - |
| HSV(B) | 325.29º | 0.55% | 1% | - |
| XYZ | 57.33 | 37.51 | 56.44 | - |
| YUV | 166.09 | 144.88 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 115 | 196 | 0 | 0.55 | 0.23 | 0 | 325.29 | 1 | 0.73 |
| Hex | FF | 73 | C4 | 0 | 37 | 17 | 0 | 145 | 64 | 49 |
| Octal | 377 | 163 | 304 | 0 | 67 | 27 | 0 | 505 | 144 | 111 |
| Binary | 11111111 | 1110011 | 11000100 | 0 | 110111 | 10111 | 0 | 101000101 | 1100100 | 1001001 |
Color Harmonies of #FF73C4
Complementary color
Monochromatic Colors of #FF73C4
Black with #FF73C4
Text Example
Text Example
White with #FF73C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF73C4; }
p { color: rgb(255,115,196); }
H1.HeaderClassName
{
color: #FF73C4;
}
.AnyTagClassName
{
color: #FF73C4;
}
</style>
background-color css
<style>
a { background-color: #FF73C4; }
a { background-color: rgb(255,115,196); }
div.DivClassName
{
background-color: #FF73C4;
}
.BgClassName
{
background-color: #FF73C4;
}
</style>
border-color css
<style>
span { border-color: #FF73C4; }
span { border-color: rgb(255,115,196); }
td.TdClassName
{
border-color: #FF73C4;
}
.TagClassName
{
border-color: #FF73C4;
}
</style>