Shades of Neon Pink #FF78D3
Tints of Neon Pink #FF78D3
RGB
CMYK
RGB Variations
Color information
#FF78D3 (or 0xFF78D3) is known color: Neon Pink. HEX triplet: FF, 78 and D3. RGB value is (255,120,211). Sum of RGB (Red+Green+Blue) = 255+120+211=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78D3 is #00872C. Grayscale: #AAAAAA. Windows color (decimal): -34605 or 13859071. OLE color: 13859071.
HSL color Cylindrical-coordinate representation of color #FF78D3: hue angle of 319.56º 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 #FF78D3 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 211 | - |
| CMYK | 0 | 0.53 | 0.17 | 0 |
| HSL | 319.56º | 1% | 0.74% | - |
| HSV(B) | 319.56º | 0.53% | 1% | - |
| XYZ | 59.71 | 39.4 | 66.08 | - |
| YUV | 170.74 | 150.73 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 211 | 0 | 0.53 | 0.17 | 0 | 319.56 | 1 | 0.74 |
| Hex | FF | 78 | D3 | 0 | 35 | 11 | 0 | 140 | 64 | 4A |
| Octal | 377 | 170 | 323 | 0 | 65 | 21 | 0 | 500 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11010011 | 0 | 110101 | 10001 | 0 | 101000000 | 1100100 | 1001010 |
Color Harmonies of #FF78D3
Complementary color
Monochromatic Colors of #FF78D3
Black with #FF78D3
Text Example
Text Example
White with #FF78D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78D3; }
p { color: rgb(255,120,211); }
H1.HeaderClassName
{
color: #FF78D3;
}
.AnyTagClassName
{
color: #FF78D3;
}
</style>
background-color css
<style>
a { background-color: #FF78D3; }
a { background-color: rgb(255,120,211); }
div.DivClassName
{
background-color: #FF78D3;
}
.BgClassName
{
background-color: #FF78D3;
}
</style>
border-color css
<style>
span { border-color: #FF78D3; }
span { border-color: rgb(255,120,211); }
td.TdClassName
{
border-color: #FF78D3;
}
.TagClassName
{
border-color: #FF78D3;
}
</style>