Shades of Neon Pink #FF78C5
Tints of Neon Pink #FF78C5
RGB
CMYK
RGB Variations
Color information
#FF78C5 (or 0xFF78C5) is known color: Neon Pink. HEX triplet: FF, 78 and C5. RGB value is (255,120,197). Sum of RGB (Red+Green+Blue) = 255+120+197=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78C5 is #00873A. Grayscale: #A8A8A8. Windows color (decimal): -34619 or 12941567. OLE color: 12941567.
HSL color Cylindrical-coordinate representation of color #FF78C5: hue angle of 325.78º 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 #FF78C5 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 197 | - |
| CMYK | 0 | 0.53 | 0.23 | 0 |
| HSL | 325.78º | 1% | 0.74% | - |
| HSV(B) | 325.78º | 0.53% | 1% | - |
| XYZ | 58.03 | 38.72 | 57.24 | - |
| YUV | 169.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 197 | 0 | 0.53 | 0.23 | 0 | 325.78 | 1 | 0.74 |
| Hex | FF | 78 | C5 | 0 | 35 | 17 | 0 | 146 | 64 | 4A |
| Octal | 377 | 170 | 305 | 0 | 65 | 27 | 0 | 506 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11000101 | 0 | 110101 | 10111 | 0 | 101000110 | 1100100 | 1001010 |
Color Harmonies of #FF78C5
Complementary color
Monochromatic Colors of #FF78C5
Black with #FF78C5
Text Example
Text Example
White with #FF78C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78C5; }
p { color: rgb(255,120,197); }
H1.HeaderClassName
{
color: #FF78C5;
}
.AnyTagClassName
{
color: #FF78C5;
}
</style>
background-color css
<style>
a { background-color: #FF78C5; }
a { background-color: rgb(255,120,197); }
div.DivClassName
{
background-color: #FF78C5;
}
.BgClassName
{
background-color: #FF78C5;
}
</style>
border-color css
<style>
span { border-color: #FF78C5; }
span { border-color: rgb(255,120,197); }
td.TdClassName
{
border-color: #FF78C5;
}
.TagClassName
{
border-color: #FF78C5;
}
</style>