Shades of Neon Pink #FF78D0
Tints of Neon Pink #FF78D0
RGB
CMYK
RGB Variations
Color information
#FF78D0 (or 0xFF78D0) is known color: Neon Pink. HEX triplet: FF, 78 and D0. RGB value is (255,120,208). Sum of RGB (Red+Green+Blue) = 255+120+208=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78D0 is #00872F. Grayscale: #AAAAAA. Windows color (decimal): -34608 or 13662463. OLE color: 13662463.
HSL color Cylindrical-coordinate representation of color #FF78D0: hue angle of 320.89º 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 #FF78D0 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 208 | - |
| CMYK | 0 | 0.53 | 0.18 | 0 |
| HSL | 320.89º | 1% | 0.74% | - |
| HSV(B) | 320.89º | 0.53% | 1% | - |
| XYZ | 59.34 | 39.25 | 64.12 | - |
| YUV | 170.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 208 | 0 | 0.53 | 0.18 | 0 | 320.89 | 1 | 0.74 |
| Hex | FF | 78 | D0 | 0 | 35 | 12 | 0 | 141 | 64 | 4A |
| Octal | 377 | 170 | 320 | 0 | 65 | 22 | 0 | 501 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11010000 | 0 | 110101 | 10010 | 0 | 101000001 | 1100100 | 1001010 |
Color Harmonies of #FF78D0
Complementary color
Monochromatic Colors of #FF78D0
Black with #FF78D0
Text Example
Text Example
White with #FF78D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78D0; }
p { color: rgb(255,120,208); }
H1.HeaderClassName
{
color: #FF78D0;
}
.AnyTagClassName
{
color: #FF78D0;
}
</style>
background-color css
<style>
a { background-color: #FF78D0; }
a { background-color: rgb(255,120,208); }
div.DivClassName
{
background-color: #FF78D0;
}
.BgClassName
{
background-color: #FF78D0;
}
</style>
border-color css
<style>
span { border-color: #FF78D0; }
span { border-color: rgb(255,120,208); }
td.TdClassName
{
border-color: #FF78D0;
}
.TagClassName
{
border-color: #FF78D0;
}
</style>