Shades of Neon Pink #FF76CA
Tints of Neon Pink #FF76CA
RGB
CMYK
RGB Variations
Color information
#FF76CA (or 0xFF76CA) is known color: Neon Pink. HEX triplet: FF, 76 and CA. RGB value is (255,118,202). Sum of RGB (Red+Green+Blue) = 255+118+202=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76CA is #008935. Grayscale: #A8A8A8. Windows color (decimal): -35126 or 13268735. OLE color: 13268735.
HSL color Cylindrical-coordinate representation of color #FF76CA: hue angle of 323.21º 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 #FF76CA is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 202 | - |
| CMYK | 0 | 0.54 | 0.21 | 0 |
| HSL | 323.21º | 1% | 0.73% | - |
| HSV(B) | 323.21º | 0.54% | 1% | - |
| XYZ | 58.38 | 38.48 | 60.23 | - |
| YUV | 168.54 | 146.89 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 202 | 0 | 0.54 | 0.21 | 0 | 323.21 | 1 | 0.73 |
| Hex | FF | 76 | CA | 0 | 36 | 15 | 0 | 143 | 64 | 49 |
| Octal | 377 | 166 | 312 | 0 | 66 | 25 | 0 | 503 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11001010 | 0 | 110110 | 10101 | 0 | 101000011 | 1100100 | 1001001 |
Color Harmonies of #FF76CA
Complementary color
Monochromatic Colors of #FF76CA
Black with #FF76CA
Text Example
Text Example
White with #FF76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76CA; }
p { color: rgb(255,118,202); }
H1.HeaderClassName
{
color: #FF76CA;
}
.AnyTagClassName
{
color: #FF76CA;
}
</style>
background-color css
<style>
a { background-color: #FF76CA; }
a { background-color: rgb(255,118,202); }
div.DivClassName
{
background-color: #FF76CA;
}
.BgClassName
{
background-color: #FF76CA;
}
</style>
border-color css
<style>
span { border-color: #FF76CA; }
span { border-color: rgb(255,118,202); }
td.TdClassName
{
border-color: #FF76CA;
}
.TagClassName
{
border-color: #FF76CA;
}
</style>