Shades of Neon Pink #FF78C3
Tints of Neon Pink #FF78C3
RGB
CMYK
RGB Variations
Color information
#FF78C3 (or 0xFF78C3) is known color: Neon Pink. HEX triplet: FF, 78 and C3. RGB value is (255,120,195). Sum of RGB (Red+Green+Blue) = 255+120+195=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF78C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF78C3 is #00873C. Grayscale: #A8A8A8. Windows color (decimal): -34621 or 12810495. OLE color: 12810495.
HSL color Cylindrical-coordinate representation of color #FF78C3: hue angle of 326.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 #FF78C3 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 195 | - |
| CMYK | 0 | 0.53 | 0.24 | 0 |
| HSL | 326.67º | 1% | 0.74% | - |
| HSV(B) | 326.67º | 0.53% | 1% | - |
| XYZ | 57.81 | 38.63 | 56.04 | - |
| YUV | 168.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 195 | 0 | 0.53 | 0.24 | 0 | 326.67 | 1 | 0.74 |
| Hex | FF | 78 | C3 | 0 | 35 | 18 | 0 | 147 | 64 | 4A |
| Octal | 377 | 170 | 303 | 0 | 65 | 30 | 0 | 507 | 144 | 112 |
| Binary | 11111111 | 1111000 | 11000011 | 0 | 110101 | 11000 | 0 | 101000111 | 1100100 | 1001010 |
Color Harmonies of #FF78C3
Complementary color
Monochromatic Colors of #FF78C3
Black with #FF78C3
Text Example
Text Example
White with #FF78C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF78C3; }
p { color: rgb(255,120,195); }
H1.HeaderClassName
{
color: #FF78C3;
}
.AnyTagClassName
{
color: #FF78C3;
}
</style>
background-color css
<style>
a { background-color: #FF78C3; }
a { background-color: rgb(255,120,195); }
div.DivClassName
{
background-color: #FF78C3;
}
.BgClassName
{
background-color: #FF78C3;
}
</style>
border-color css
<style>
span { border-color: #FF78C3; }
span { border-color: rgb(255,120,195); }
td.TdClassName
{
border-color: #FF78C3;
}
.TagClassName
{
border-color: #FF78C3;
}
</style>