Shades of Neon Pink #FF78CF
Tints of Neon Pink #FF78CF
RGB
CMYK
RGB Variations
Color information
#FF78CF (or 0xFF78CF) is known color: Neon Pink. HEX triplet: FF, 78 and CF. RGB value is (255,120,207). Sum of RGB (Red+Green+Blue) = 255+120+207=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78CF is #008730. Grayscale: #AAAAAA. Windows color (decimal): -34609 or 13596927. OLE color: 13596927.
HSL color Cylindrical-coordinate representation of color #FF78CF: hue angle of 321.33º 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 #FF78CF is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 207 | - |
| CMYK | 0 | 0.53 | 0.19 | 0 |
| HSL | 321.33º | 1% | 0.74% | - |
| HSV(B) | 321.33º | 0.53% | 1% | - |
| XYZ | 59.22 | 39.2 | 63.48 | - |
| YUV | 170.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 207 | 0 | 0.53 | 0.19 | 0 | 321.33 | 1 | 0.74 |
| Hex | FF | 78 | CF | 0 | 35 | 13 | 0 | 141 | 64 | 4A |
| Octal | 377 | 170 | 317 | 0 | 65 | 23 | 0 | 501 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11001111 | 0 | 110101 | 10011 | 0 | 101000001 | 1100100 | 1001010 |
Color Harmonies of #FF78CF
Complementary color
Monochromatic Colors of #FF78CF
Black with #FF78CF
Text Example
Text Example
White with #FF78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78CF; }
p { color: rgb(255,120,207); }
H1.HeaderClassName
{
color: #FF78CF;
}
.AnyTagClassName
{
color: #FF78CF;
}
</style>
background-color css
<style>
a { background-color: #FF78CF; }
a { background-color: rgb(255,120,207); }
div.DivClassName
{
background-color: #FF78CF;
}
.BgClassName
{
background-color: #FF78CF;
}
</style>
border-color css
<style>
span { border-color: #FF78CF; }
span { border-color: rgb(255,120,207); }
td.TdClassName
{
border-color: #FF78CF;
}
.TagClassName
{
border-color: #FF78CF;
}
</style>