Shades of Neon Pink #FF78C9
Tints of Neon Pink #FF78C9
RGB
CMYK
RGB Variations
Color information
#FF78C9 (or 0xFF78C9) is known color: Neon Pink. HEX triplet: FF, 78 and C9. RGB value is (255,120,201). Sum of RGB (Red+Green+Blue) = 255+120+201=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78C9 is #008736. Grayscale: #A9A9A9. Windows color (decimal): -34615 or 13203711. OLE color: 13203711.
HSL color Cylindrical-coordinate representation of color #FF78C9: hue angle of 324º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF78C9 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 201 | - |
| CMYK | 0 | 0.53 | 0.21 | 0 |
| HSL | 324º | 1% | 0.74% | - |
| HSV(B) | 324º | 0.53% | 1% | - |
| XYZ | 58.5 | 38.91 | 59.69 | - |
| YUV | 169.6 | 145.73 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 201 | 0 | 0.53 | 0.21 | 0 | 324 | 1 | 0.74 |
| Hex | FF | 78 | C9 | 0 | 35 | 15 | 0 | 144 | 64 | 4A |
| Octal | 377 | 170 | 311 | 0 | 65 | 25 | 0 | 504 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11001001 | 0 | 110101 | 10101 | 0 | 101000100 | 1100100 | 1001010 |
Color Harmonies of #FF78C9
Complementary color
Monochromatic Colors of #FF78C9
Black with #FF78C9
Text Example
Text Example
White with #FF78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78C9; }
p { color: rgb(255,120,201); }
H1.HeaderClassName
{
color: #FF78C9;
}
.AnyTagClassName
{
color: #FF78C9;
}
</style>
background-color css
<style>
a { background-color: #FF78C9; }
a { background-color: rgb(255,120,201); }
div.DivClassName
{
background-color: #FF78C9;
}
.BgClassName
{
background-color: #FF78C9;
}
</style>
border-color css
<style>
span { border-color: #FF78C9; }
span { border-color: rgb(255,120,201); }
td.TdClassName
{
border-color: #FF78C9;
}
.TagClassName
{
border-color: #FF78C9;
}
</style>