Shades of Neon Pink #FD65DF
Tints of Neon Pink #FD65DF
RGB
CMYK
RGB Variations
Color information
#FD65DF (or 0xFD65DF) is known color: Neon Pink. HEX triplet: FD, 65 and DF. RGB value is (253,101,223). Sum of RGB (Red+Green+Blue) = 253+101+223=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 101 (39.84% from 255 or 17.50% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65DF is #029A20. Grayscale: #A0A0A0. Windows color (decimal): -170529 or 14640637. OLE color: 14640637.
HSL color Cylindrical-coordinate representation of color #FD65DF: hue angle of 311.84º 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 #FD65DF is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 223 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.01 |
| HSL | 311.84º | 0.97% | 0.69% | - |
| HSV(B) | 311.84º | 0.6% | 0.99% | - |
| XYZ | 58.48 | 35.52 | 73.59 | - |
| YUV | 160.36 | 163.36 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 223 | 0 | 0.60 | 0.12 | 0.01 | 311.84 | 0.97 | 0.69 |
| Hex | FD | 65 | DF | 0 | 3C | C | 1 | 138 | 61 | 45 |
| Octal | 375 | 145 | 337 | 0 | 74 | 14 | 1 | 470 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11011111 | 0 | 111100 | 1100 | 1 | 100111000 | 1100001 | 1000101 |
Color Harmonies of #FD65DF
Complementary color
Monochromatic Colors of #FD65DF
Black with #FD65DF
Text Example
Text Example
White with #FD65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65DF; }
p { color: rgb(253,101,223); }
H1.HeaderClassName
{
color: #FD65DF;
}
.AnyTagClassName
{
color: #FD65DF;
}
</style>
background-color css
<style>
a { background-color: #FD65DF; }
a { background-color: rgb(253,101,223); }
div.DivClassName
{
background-color: #FD65DF;
}
.BgClassName
{
background-color: #FD65DF;
}
</style>
border-color css
<style>
span { border-color: #FD65DF; }
span { border-color: rgb(253,101,223); }
td.TdClassName
{
border-color: #FD65DF;
}
.TagClassName
{
border-color: #FD65DF;
}
</style>