Shades of Neon Pink #FF76CB
Tints of Neon Pink #FF76CB
RGB
CMYK
RGB Variations
Color information
#FF76CB (or 0xFF76CB) is known color: Neon Pink. HEX triplet: FF, 76 and CB. RGB value is (255,118,203). Sum of RGB (Red+Green+Blue) = 255+118+203=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76CB is #008934. Grayscale: #A8A8A8. Windows color (decimal): -35125 or 13334271. OLE color: 13334271.
HSL color Cylindrical-coordinate representation of color #FF76CB: hue angle of 322.77º 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 #FF76CB is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 203 | - |
| CMYK | 0 | 0.54 | 0.20 | 0 |
| HSL | 322.77º | 1% | 0.73% | - |
| HSV(B) | 322.77º | 0.54% | 1% | - |
| XYZ | 58.5 | 38.53 | 60.85 | - |
| YUV | 168.65 | 147.39 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 203 | 0 | 0.54 | 0.20 | 0 | 322.77 | 1 | 0.73 |
| Hex | FF | 76 | CB | 0 | 36 | 14 | 0 | 143 | 64 | 49 |
| Octal | 377 | 166 | 313 | 0 | 66 | 24 | 0 | 503 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11001011 | 0 | 110110 | 10100 | 0 | 101000011 | 1100100 | 1001001 |
Color Harmonies of #FF76CB
Complementary color
Monochromatic Colors of #FF76CB
Black with #FF76CB
Text Example
Text Example
White with #FF76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76CB; }
p { color: rgb(255,118,203); }
H1.HeaderClassName
{
color: #FF76CB;
}
.AnyTagClassName
{
color: #FF76CB;
}
</style>
background-color css
<style>
a { background-color: #FF76CB; }
a { background-color: rgb(255,118,203); }
div.DivClassName
{
background-color: #FF76CB;
}
.BgClassName
{
background-color: #FF76CB;
}
</style>
border-color css
<style>
span { border-color: #FF76CB; }
span { border-color: rgb(255,118,203); }
td.TdClassName
{
border-color: #FF76CB;
}
.TagClassName
{
border-color: #FF76CB;
}
</style>