Shades of Neon Pink #FF76D3
Tints of Neon Pink #FF76D3
RGB
CMYK
RGB Variations
Color information
#FF76D3 (or 0xFF76D3) is known color: Neon Pink. HEX triplet: FF, 76 and D3. RGB value is (255,118,211). Sum of RGB (Red+Green+Blue) = 255+118+211=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 118 (46.48% from 255 or 20.21% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76D3 is #00892C. Grayscale: #A9A9A9. Windows color (decimal): -35117 or 13858559. OLE color: 13858559.
HSL color Cylindrical-coordinate representation of color #FF76D3: hue angle of 319.27º 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 #FF76D3 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 211 | - |
| CMYK | 0 | 0.54 | 0.17 | 0 |
| HSL | 319.27º | 1% | 0.73% | - |
| HSV(B) | 319.27º | 0.54% | 1% | - |
| XYZ | 59.48 | 38.92 | 66.01 | - |
| YUV | 169.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 211 | 0 | 0.54 | 0.17 | 0 | 319.27 | 1 | 0.73 |
| Hex | FF | 76 | D3 | 0 | 36 | 11 | 0 | 13F | 64 | 49 |
| Octal | 377 | 166 | 323 | 0 | 66 | 21 | 0 | 477 | 144 | 111 |
| Binary | 11111111 | 1110110 | 11010011 | 0 | 110110 | 10001 | 0 | 100111111 | 1100100 | 1001001 |
Color Harmonies of #FF76D3
Complementary color
Monochromatic Colors of #FF76D3
Black with #FF76D3
Text Example
Text Example
White with #FF76D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF76D3; }
p { color: rgb(255,118,211); }
H1.HeaderClassName
{
color: #FF76D3;
}
.AnyTagClassName
{
color: #FF76D3;
}
</style>
background-color css
<style>
a { background-color: #FF76D3; }
a { background-color: rgb(255,118,211); }
div.DivClassName
{
background-color: #FF76D3;
}
.BgClassName
{
background-color: #FF76D3;
}
</style>
border-color css
<style>
span { border-color: #FF76D3; }
span { border-color: rgb(255,118,211); }
td.TdClassName
{
border-color: #FF76D3;
}
.TagClassName
{
border-color: #FF76D3;
}
</style>