Shades of Neon Pink #FD65C0
Tints of Neon Pink #FD65C0
RGB
CMYK
RGB Variations
Color information
#FD65C0 (or 0xFD65C0) is known color: Neon Pink. HEX triplet: FD, 65 and C0. RGB value is (253,101,192). Sum of RGB (Red+Green+Blue) = 253+101+192=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65C0 is #029A3F. Grayscale: #9C9C9C. Windows color (decimal): -170560 or 12609021. OLE color: 12609021.
HSL color Cylindrical-coordinate representation of color #FD65C0: hue angle of 324.08º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65C0 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 192 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.01 |
| HSL | 324.08º | 0.97% | 0.69% | - |
| HSV(B) | 324.08º | 0.6% | 0.99% | - |
| XYZ | 54.68 | 34 | 53.55 | - |
| YUV | 156.82 | 147.86 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 192 | 0 | 0.60 | 0.24 | 0.01 | 324.08 | 0.97 | 0.69 |
| Hex | FD | 65 | C0 | 0 | 3C | 18 | 1 | 144 | 61 | 45 |
| Octal | 375 | 145 | 300 | 0 | 74 | 30 | 1 | 504 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11000000 | 0 | 111100 | 11000 | 1 | 101000100 | 1100001 | 1000101 |
Color Harmonies of #FD65C0
Complementary color
Monochromatic Colors of #FD65C0
Black with #FD65C0
Text Example
Text Example
White with #FD65C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65C0; }
p { color: rgb(253,101,192); }
H1.HeaderClassName
{
color: #FD65C0;
}
.AnyTagClassName
{
color: #FD65C0;
}
</style>
background-color css
<style>
a { background-color: #FD65C0; }
a { background-color: rgb(253,101,192); }
div.DivClassName
{
background-color: #FD65C0;
}
.BgClassName
{
background-color: #FD65C0;
}
</style>
border-color css
<style>
span { border-color: #FD65C0; }
span { border-color: rgb(253,101,192); }
td.TdClassName
{
border-color: #FD65C0;
}
.TagClassName
{
border-color: #FD65C0;
}
</style>