Shades of Neon Pink #FF78D4
Tints of Neon Pink #FF78D4
RGB
CMYK
RGB Variations
Color information
#FF78D4 (or 0xFF78D4) is known color: Neon Pink. HEX triplet: FF, 78 and D4. RGB value is (255,120,212). Sum of RGB (Red+Green+Blue) = 255+120+212=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 120 (47.27% from 255 or 20.44% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78D4 is #00872B. Grayscale: #AAAAAA. Windows color (decimal): -34604 or 13924607. OLE color: 13924607.
HSL color Cylindrical-coordinate representation of color #FF78D4: hue angle of 319.11º 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 #FF78D4 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 212 | - |
| CMYK | 0 | 0.53 | 0.17 | 0 |
| HSL | 319.11º | 1% | 0.74% | - |
| HSV(B) | 319.11º | 0.53% | 1% | - |
| XYZ | 59.84 | 39.45 | 66.75 | - |
| YUV | 170.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 212 | 0 | 0.53 | 0.17 | 0 | 319.11 | 1 | 0.74 |
| Hex | FF | 78 | D4 | 0 | 35 | 11 | 0 | 13F | 64 | 4A |
| Octal | 377 | 170 | 324 | 0 | 65 | 21 | 0 | 477 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11010100 | 0 | 110101 | 10001 | 0 | 100111111 | 1100100 | 1001010 |
Color Harmonies of #FF78D4
Complementary color
Monochromatic Colors of #FF78D4
Black with #FF78D4
Text Example
Text Example
White with #FF78D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78D4; }
p { color: rgb(255,120,212); }
H1.HeaderClassName
{
color: #FF78D4;
}
.AnyTagClassName
{
color: #FF78D4;
}
</style>
background-color css
<style>
a { background-color: #FF78D4; }
a { background-color: rgb(255,120,212); }
div.DivClassName
{
background-color: #FF78D4;
}
.BgClassName
{
background-color: #FF78D4;
}
</style>
border-color css
<style>
span { border-color: #FF78D4; }
span { border-color: rgb(255,120,212); }
td.TdClassName
{
border-color: #FF78D4;
}
.TagClassName
{
border-color: #FF78D4;
}
</style>