Shades of Neon Pink #FD65C7
Tints of Neon Pink #FD65C7
RGB
CMYK
RGB Variations
Color information
#FD65C7 (or 0xFD65C7) is known color: Neon Pink. HEX triplet: FD, 65 and C7. RGB value is (253,101,199). Sum of RGB (Red+Green+Blue) = 253+101+199=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 199 (78.12% from 255 or 35.99% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65C7 is #029A38. Grayscale: #9D9D9D. Windows color (decimal): -170553 or 13067773. OLE color: 13067773.
HSL color Cylindrical-coordinate representation of color #FD65C7: hue angle of 321.32º 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 #FD65C7 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 199 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.01 |
| HSL | 321.32º | 0.97% | 0.69% | - |
| HSV(B) | 321.32º | 0.6% | 0.99% | - |
| XYZ | 55.47 | 34.31 | 57.73 | - |
| YUV | 157.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 199 | 0 | 0.60 | 0.21 | 0.01 | 321.32 | 0.97 | 0.69 |
| Hex | FD | 65 | C7 | 0 | 3C | 15 | 1 | 141 | 61 | 45 |
| Octal | 375 | 145 | 307 | 0 | 74 | 25 | 1 | 501 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11000111 | 0 | 111100 | 10101 | 1 | 101000001 | 1100001 | 1000101 |
Color Harmonies of #FD65C7
Complementary color
Monochromatic Colors of #FD65C7
Black with #FD65C7
Text Example
Text Example
White with #FD65C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65C7; }
p { color: rgb(253,101,199); }
H1.HeaderClassName
{
color: #FD65C7;
}
.AnyTagClassName
{
color: #FD65C7;
}
</style>
background-color css
<style>
a { background-color: #FD65C7; }
a { background-color: rgb(253,101,199); }
div.DivClassName
{
background-color: #FD65C7;
}
.BgClassName
{
background-color: #FD65C7;
}
</style>
border-color css
<style>
span { border-color: #FD65C7; }
span { border-color: rgb(253,101,199); }
td.TdClassName
{
border-color: #FD65C7;
}
.TagClassName
{
border-color: #FD65C7;
}
</style>