Shades of Neon Pink #FF77C4
Tints of Neon Pink #FF77C4
RGB
CMYK
RGB Variations
Color information
#FF77C4 (or 0xFF77C4) is known color: Neon Pink. HEX triplet: FF, 77 and C4. RGB value is (255,119,196). Sum of RGB (Red+Green+Blue) = 255+119+196=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77C4 is #00883B. Grayscale: #A8A8A8. Windows color (decimal): -34876 or 12875775. OLE color: 12875775.
HSL color Cylindrical-coordinate representation of color #FF77C4: hue angle of 326.03º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77C4 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 196 | - |
| CMYK | 0 | 0.53 | 0.23 | 0 |
| HSL | 326.03º | 1% | 0.73% | - |
| HSV(B) | 326.03º | 0.53% | 1% | - |
| XYZ | 57.8 | 38.44 | 56.6 | - |
| YUV | 168.44 | 143.56 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 196 | 0 | 0.53 | 0.23 | 0 | 326.03 | 1 | 0.73 |
| Hex | FF | 77 | C4 | 0 | 35 | 17 | 0 | 146 | 64 | 49 |
| Octal | 377 | 167 | 304 | 0 | 65 | 27 | 0 | 506 | 144 | 111 |
| Binary | 11111111 | 1110111 | 11000100 | 0 | 110101 | 10111 | 0 | 101000110 | 1100100 | 1001001 |
Color Harmonies of #FF77C4
Complementary color
Monochromatic Colors of #FF77C4
Black with #FF77C4
Text Example
Text Example
White with #FF77C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF77C4; }
p { color: rgb(255,119,196); }
H1.HeaderClassName
{
color: #FF77C4;
}
.AnyTagClassName
{
color: #FF77C4;
}
</style>
background-color css
<style>
a { background-color: #FF77C4; }
a { background-color: rgb(255,119,196); }
div.DivClassName
{
background-color: #FF77C4;
}
.BgClassName
{
background-color: #FF77C4;
}
</style>
border-color css
<style>
span { border-color: #FF77C4; }
span { border-color: rgb(255,119,196); }
td.TdClassName
{
border-color: #FF77C4;
}
.TagClassName
{
border-color: #FF77C4;
}
</style>