Shades of Neon Pink #FD6BC0
Tints of Neon Pink #FD6BC0
RGB
CMYK
RGB Variations
Color information
#FD6BC0 (or 0xFD6BC0) is known color: Neon Pink. HEX triplet: FD, 6B and C0. RGB value is (253,107,192). Sum of RGB (Red+Green+Blue) = 253+107+192=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 107 (42.19% from 255 or 19.38% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6BC0 is #02943F. Grayscale: #A0A0A0. Windows color (decimal): -169024 or 12610557. OLE color: 12610557.
HSL color Cylindrical-coordinate representation of color #FD6BC0: hue angle of 325.07º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6BC0 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 192 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.01 |
| HSL | 325.07º | 0.97% | 0.71% | - |
| HSV(B) | 325.07º | 0.58% | 0.99% | - |
| XYZ | 55.28 | 35.2 | 53.75 | - |
| YUV | 160.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 192 | 0 | 0.58 | 0.24 | 0.01 | 325.07 | 0.97 | 0.71 |
| Hex | FD | 6B | C0 | 0 | 3A | 18 | 1 | 145 | 61 | 47 |
| Octal | 375 | 153 | 300 | 0 | 72 | 30 | 1 | 505 | 141 | 107 |
| Binary | 11111101 | 1101011 | 11000000 | 0 | 111010 | 11000 | 1 | 101000101 | 1100001 | 1000111 |
Color Harmonies of #FD6BC0
Complementary color
Monochromatic Colors of #FD6BC0
Black with #FD6BC0
Text Example
Text Example
White with #FD6BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BC0; }
p { color: rgb(253,107,192); }
H1.HeaderClassName
{
color: #FD6BC0;
}
.AnyTagClassName
{
color: #FD6BC0;
}
</style>
background-color css
<style>
a { background-color: #FD6BC0; }
a { background-color: rgb(253,107,192); }
div.DivClassName
{
background-color: #FD6BC0;
}
.BgClassName
{
background-color: #FD6BC0;
}
</style>
border-color css
<style>
span { border-color: #FD6BC0; }
span { border-color: rgb(253,107,192); }
td.TdClassName
{
border-color: #FD6BC0;
}
.TagClassName
{
border-color: #FD6BC0;
}
</style>