Shades of Neon Pink #FF78D5
Tints of Neon Pink #FF78D5
RGB
CMYK
RGB Variations
Color information
#FF78D5 (or 0xFF78D5) is known color: Neon Pink. HEX triplet: FF, 78 and D5. RGB value is (255,120,213). Sum of RGB (Red+Green+Blue) = 255+120+213=588 (77% of max value = 765). Red value is 255 (100% from 255 or 43.37% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78D5 is #00872A. Grayscale: #AAAAAA. Windows color (decimal): -34603 or 13990143. OLE color: 13990143.
HSL color Cylindrical-coordinate representation of color #FF78D5: hue angle of 318.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 #FF78D5 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 213 | - |
| CMYK | 0 | 0.53 | 0.16 | 0 |
| HSL | 318.67º | 1% | 0.74% | - |
| HSV(B) | 318.67º | 0.53% | 1% | - |
| XYZ | 59.97 | 39.5 | 67.41 | - |
| YUV | 170.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 213 | 0 | 0.53 | 0.16 | 0 | 318.67 | 1 | 0.74 |
| Hex | FF | 78 | D5 | 0 | 35 | 10 | 0 | 13F | 64 | 4A |
| Octal | 377 | 170 | 325 | 0 | 65 | 20 | 0 | 477 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11010101 | 0 | 110101 | 10000 | 0 | 100111111 | 1100100 | 1001010 |
Color Harmonies of #FF78D5
Complementary color
Monochromatic Colors of #FF78D5
Black with #FF78D5
Text Example
Text Example
White with #FF78D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78D5; }
p { color: rgb(255,120,213); }
H1.HeaderClassName
{
color: #FF78D5;
}
.AnyTagClassName
{
color: #FF78D5;
}
</style>
background-color css
<style>
a { background-color: #FF78D5; }
a { background-color: rgb(255,120,213); }
div.DivClassName
{
background-color: #FF78D5;
}
.BgClassName
{
background-color: #FF78D5;
}
</style>
border-color css
<style>
span { border-color: #FF78D5; }
span { border-color: rgb(255,120,213); }
td.TdClassName
{
border-color: #FF78D5;
}
.TagClassName
{
border-color: #FF78D5;
}
</style>