Shades of Neon Pink #FF78D1
Tints of Neon Pink #FF78D1
RGB
CMYK
RGB Variations
Color information
#FF78D1 (or 0xFF78D1) is known color: Neon Pink. HEX triplet: FF, 78 and D1. RGB value is (255,120,209). Sum of RGB (Red+Green+Blue) = 255+120+209=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78D1 is #00872E. Grayscale: #AAAAAA. Windows color (decimal): -34607 or 13727999. OLE color: 13727999.
HSL color Cylindrical-coordinate representation of color #FF78D1: hue angle of 320.44º 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 #FF78D1 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 209 | - |
| CMYK | 0 | 0.53 | 0.18 | 0 |
| HSL | 320.44º | 1% | 0.74% | - |
| HSV(B) | 320.44º | 0.53% | 1% | - |
| XYZ | 59.47 | 39.3 | 64.77 | - |
| YUV | 170.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 209 | 0 | 0.53 | 0.18 | 0 | 320.44 | 1 | 0.74 |
| Hex | FF | 78 | D1 | 0 | 35 | 12 | 0 | 140 | 64 | 4A |
| Octal | 377 | 170 | 321 | 0 | 65 | 22 | 0 | 500 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11010001 | 0 | 110101 | 10010 | 0 | 101000000 | 1100100 | 1001010 |
Color Harmonies of #FF78D1
Complementary color
Monochromatic Colors of #FF78D1
Black with #FF78D1
Text Example
Text Example
White with #FF78D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78D1; }
p { color: rgb(255,120,209); }
H1.HeaderClassName
{
color: #FF78D1;
}
.AnyTagClassName
{
color: #FF78D1;
}
</style>
background-color css
<style>
a { background-color: #FF78D1; }
a { background-color: rgb(255,120,209); }
div.DivClassName
{
background-color: #FF78D1;
}
.BgClassName
{
background-color: #FF78D1;
}
</style>
border-color css
<style>
span { border-color: #FF78D1; }
span { border-color: rgb(255,120,209); }
td.TdClassName
{
border-color: #FF78D1;
}
.TagClassName
{
border-color: #FF78D1;
}
</style>