Shades of Neon Pink #FD7BCE
Tints of Neon Pink #FD7BCE
RGB
CMYK
RGB Variations
Color information
#FD7BCE (or 0xFD7BCE) is known color: Neon Pink. HEX triplet: FD, 7B and CE. RGB value is (253,123,206). Sum of RGB (Red+Green+Blue) = 253+123+206=582 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.47% from 582); Green value is 123 (48.44% from 255 or 21.13% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7BCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7BCE is #028431. Grayscale: #ABABAB. Windows color (decimal): -164914 or 13532157. OLE color: 13532157.
HSL color Cylindrical-coordinate representation of color #FD7BCE: hue angle of 321.69º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD7BCE is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 206 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.01 |
| HSL | 321.69º | 0.97% | 0.74% | - |
| HSV(B) | 321.69º | 0.51% | 0.99% | - |
| XYZ | 58.73 | 39.5 | 62.92 | - |
| YUV | 171.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 206 | 0 | 0.51 | 0.19 | 0.01 | 321.69 | 0.97 | 0.74 |
| Hex | FD | 7B | CE | 0 | 33 | 13 | 1 | 142 | 61 | 4A |
| Octal | 375 | 173 | 316 | 0 | 63 | 23 | 1 | 502 | 141 | 112 |
| Binary | 11111101 | 1111011 | 11001110 | 0 | 110011 | 10011 | 1 | 101000010 | 1100001 | 1001010 |
Color Harmonies of #FD7BCE
Complementary color
Monochromatic Colors of #FD7BCE
Black with #FD7BCE
Text Example
Text Example
White with #FD7BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7BCE; }
p { color: rgb(253,123,206); }
H1.HeaderClassName
{
color: #FD7BCE;
}
.AnyTagClassName
{
color: #FD7BCE;
}
</style>
background-color css
<style>
a { background-color: #FD7BCE; }
a { background-color: rgb(253,123,206); }
div.DivClassName
{
background-color: #FD7BCE;
}
.BgClassName
{
background-color: #FD7BCE;
}
</style>
border-color css
<style>
span { border-color: #FD7BCE; }
span { border-color: rgb(253,123,206); }
td.TdClassName
{
border-color: #FD7BCE;
}
.TagClassName
{
border-color: #FD7BCE;
}
</style>