Shades of Neon Pink #FF78CA
Tints of Neon Pink #FF78CA
RGB
CMYK
RGB Variations
Color information
#FF78CA (or 0xFF78CA) is known color: Neon Pink. HEX triplet: FF, 78 and CA. RGB value is (255,120,202). Sum of RGB (Red+Green+Blue) = 255+120+202=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78CA is #008735. Grayscale: #A9A9A9. Windows color (decimal): -34614 or 13269247. OLE color: 13269247.
HSL color Cylindrical-coordinate representation of color #FF78CA: hue angle of 323.56º 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 #FF78CA is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 202 | - |
| CMYK | 0 | 0.53 | 0.21 | 0 |
| HSL | 323.56º | 1% | 0.74% | - |
| HSV(B) | 323.56º | 0.53% | 1% | - |
| XYZ | 58.62 | 38.96 | 60.31 | - |
| YUV | 169.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 202 | 0 | 0.53 | 0.21 | 0 | 323.56 | 1 | 0.74 |
| Hex | FF | 78 | CA | 0 | 35 | 15 | 0 | 144 | 64 | 4A |
| Octal | 377 | 170 | 312 | 0 | 65 | 25 | 0 | 504 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11001010 | 0 | 110101 | 10101 | 0 | 101000100 | 1100100 | 1001010 |
Color Harmonies of #FF78CA
Complementary color
Monochromatic Colors of #FF78CA
Black with #FF78CA
Text Example
Text Example
White with #FF78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78CA; }
p { color: rgb(255,120,202); }
H1.HeaderClassName
{
color: #FF78CA;
}
.AnyTagClassName
{
color: #FF78CA;
}
</style>
background-color css
<style>
a { background-color: #FF78CA; }
a { background-color: rgb(255,120,202); }
div.DivClassName
{
background-color: #FF78CA;
}
.BgClassName
{
background-color: #FF78CA;
}
</style>
border-color css
<style>
span { border-color: #FF78CA; }
span { border-color: rgb(255,120,202); }
td.TdClassName
{
border-color: #FF78CA;
}
.TagClassName
{
border-color: #FF78CA;
}
</style>