Shades of Neon Pink #FF76CC
Tints of Neon Pink #FF76CC
RGB
CMYK
RGB Variations
Color information
#FF76CC (or 0xFF76CC) is known color: Neon Pink. HEX triplet: FF, 76 and CC. RGB value is (255,118,204). Sum of RGB (Red+Green+Blue) = 255+118+204=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 118 (46.48% from 255 or 20.45% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76CC is #008933. Grayscale: #A8A8A8. Windows color (decimal): -35124 or 13399807. OLE color: 13399807.
HSL color Cylindrical-coordinate representation of color #FF76CC: hue angle of 322.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76CC is Cyan = 0, Magento = 0.54, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 204 | - |
| CMYK | 0 | 0.54 | 0.2 | 0 |
| HSL | 322.34º | 1% | 0.73% | - |
| HSV(B) | 322.34º | 0.54% | 1% | - |
| XYZ | 58.62 | 38.58 | 61.48 | - |
| YUV | 168.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 204 | 0 | 0.54 | 0.2 | 0 | 322.34 | 1 | 0.73 |
| Hex | FF | 76 | CC | 0 | 36 | 14 | 0 | 142 | 64 | 49 |
| Octal | 377 | 166 | 314 | 0 | 66 | 24 | 0 | 502 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11001100 | 0 | 110110 | 10100 | 0 | 101000010 | 1100100 | 1001001 |
Color Harmonies of #FF76CC
Complementary color
Monochromatic Colors of #FF76CC
Black with #FF76CC
Text Example
Text Example
White with #FF76CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76CC; }
p { color: rgb(255,118,204); }
H1.HeaderClassName
{
color: #FF76CC;
}
.AnyTagClassName
{
color: #FF76CC;
}
</style>
background-color css
<style>
a { background-color: #FF76CC; }
a { background-color: rgb(255,118,204); }
div.DivClassName
{
background-color: #FF76CC;
}
.BgClassName
{
background-color: #FF76CC;
}
</style>
border-color css
<style>
span { border-color: #FF76CC; }
span { border-color: rgb(255,118,204); }
td.TdClassName
{
border-color: #FF76CC;
}
.TagClassName
{
border-color: #FF76CC;
}
</style>