Shades of Neon Pink #FF76CD
Tints of Neon Pink #FF76CD
RGB
CMYK
RGB Variations
Color information
#FF76CD (or 0xFF76CD) is known color: Neon Pink. HEX triplet: FF, 76 and CD. RGB value is (255,118,205). Sum of RGB (Red+Green+Blue) = 255+118+205=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76CD is #008932. Grayscale: #A8A8A8. Windows color (decimal): -35123 or 13465343. OLE color: 13465343.
HSL color Cylindrical-coordinate representation of color #FF76CD: hue angle of 321.9º 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 #FF76CD is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 205 | - |
| CMYK | 0 | 0.54 | 0.20 | 0 |
| HSL | 321.9º | 1% | 0.73% | - |
| HSV(B) | 321.9º | 0.54% | 1% | - |
| XYZ | 58.74 | 38.62 | 62.12 | - |
| YUV | 168.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 205 | 0 | 0.54 | 0.20 | 0 | 321.9 | 1 | 0.73 |
| Hex | FF | 76 | CD | 0 | 36 | 14 | 0 | 142 | 64 | 49 |
| Octal | 377 | 166 | 315 | 0 | 66 | 24 | 0 | 502 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11001101 | 0 | 110110 | 10100 | 0 | 101000010 | 1100100 | 1001001 |
Color Harmonies of #FF76CD
Complementary color
Monochromatic Colors of #FF76CD
Black with #FF76CD
Text Example
Text Example
White with #FF76CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76CD; }
p { color: rgb(255,118,205); }
H1.HeaderClassName
{
color: #FF76CD;
}
.AnyTagClassName
{
color: #FF76CD;
}
</style>
background-color css
<style>
a { background-color: #FF76CD; }
a { background-color: rgb(255,118,205); }
div.DivClassName
{
background-color: #FF76CD;
}
.BgClassName
{
background-color: #FF76CD;
}
</style>
border-color css
<style>
span { border-color: #FF76CD; }
span { border-color: rgb(255,118,205); }
td.TdClassName
{
border-color: #FF76CD;
}
.TagClassName
{
border-color: #FF76CD;
}
</style>