Shades of Neon Pink #FD65CE
Tints of Neon Pink #FD65CE
RGB
CMYK
RGB Variations
Color information
#FD65CE (or 0xFD65CE) is known color: Neon Pink. HEX triplet: FD, 65 and CE. RGB value is (253,101,206). Sum of RGB (Red+Green+Blue) = 253+101+206=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65CE is #029A31. Grayscale: #9E9E9E. Windows color (decimal): -170546 or 13526525. OLE color: 13526525.
HSL color Cylindrical-coordinate representation of color #FD65CE: hue angle of 318.55º 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 #FD65CE is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 206 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.01 |
| HSL | 318.55º | 0.97% | 0.69% | - |
| HSV(B) | 318.55º | 0.6% | 0.99% | - |
| XYZ | 56.3 | 34.65 | 62.11 | - |
| YUV | 158.42 | 154.86 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 206 | 0 | 0.60 | 0.19 | 0.01 | 318.55 | 0.97 | 0.69 |
| Hex | FD | 65 | CE | 0 | 3C | 13 | 1 | 13F | 61 | 45 |
| Octal | 375 | 145 | 316 | 0 | 74 | 23 | 1 | 477 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11001110 | 0 | 111100 | 10011 | 1 | 100111111 | 1100001 | 1000101 |
Color Harmonies of #FD65CE
Complementary color
Monochromatic Colors of #FD65CE
Black with #FD65CE
Text Example
Text Example
White with #FD65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65CE; }
p { color: rgb(253,101,206); }
H1.HeaderClassName
{
color: #FD65CE;
}
.AnyTagClassName
{
color: #FD65CE;
}
</style>
background-color css
<style>
a { background-color: #FD65CE; }
a { background-color: rgb(253,101,206); }
div.DivClassName
{
background-color: #FD65CE;
}
.BgClassName
{
background-color: #FD65CE;
}
</style>
border-color css
<style>
span { border-color: #FD65CE; }
span { border-color: rgb(253,101,206); }
td.TdClassName
{
border-color: #FD65CE;
}
.TagClassName
{
border-color: #FD65CE;
}
</style>