Shades of Neon Pink #FF78CC
Tints of Neon Pink #FF78CC
RGB
CMYK
RGB Variations
Color information
#FF78CC (or 0xFF78CC) is known color: Neon Pink. HEX triplet: FF, 78 and CC. RGB value is (255,120,204). Sum of RGB (Red+Green+Blue) = 255+120+204=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78CC is #008733. Grayscale: #A9A9A9. Windows color (decimal): -34612 or 13400319. OLE color: 13400319.
HSL color Cylindrical-coordinate representation of color #FF78CC: hue angle of 322.67º 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 #FF78CC is Cyan = 0, Magento = 0.53, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 204 | - |
| CMYK | 0 | 0.53 | 0.2 | 0 |
| HSL | 322.67º | 1% | 0.74% | - |
| HSV(B) | 322.67º | 0.53% | 1% | - |
| XYZ | 58.86 | 39.05 | 61.56 | - |
| YUV | 169.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 204 | 0 | 0.53 | 0.2 | 0 | 322.67 | 1 | 0.74 |
| Hex | FF | 78 | CC | 0 | 35 | 14 | 0 | 143 | 64 | 4A |
| Octal | 377 | 170 | 314 | 0 | 65 | 24 | 0 | 503 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11001100 | 0 | 110101 | 10100 | 0 | 101000011 | 1100100 | 1001010 |
Color Harmonies of #FF78CC
Complementary color
Monochromatic Colors of #FF78CC
Black with #FF78CC
Text Example
Text Example
White with #FF78CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78CC; }
p { color: rgb(255,120,204); }
H1.HeaderClassName
{
color: #FF78CC;
}
.AnyTagClassName
{
color: #FF78CC;
}
</style>
background-color css
<style>
a { background-color: #FF78CC; }
a { background-color: rgb(255,120,204); }
div.DivClassName
{
background-color: #FF78CC;
}
.BgClassName
{
background-color: #FF78CC;
}
</style>
border-color css
<style>
span { border-color: #FF78CC; }
span { border-color: rgb(255,120,204); }
td.TdClassName
{
border-color: #FF78CC;
}
.TagClassName
{
border-color: #FF78CC;
}
</style>