Shades of Neon Pink #FD65C4
Tints of Neon Pink #FD65C4
RGB
CMYK
RGB Variations
Color information
#FD65C4 (or 0xFD65C4) is known color: Neon Pink. HEX triplet: FD, 65 and C4. RGB value is (253,101,196). Sum of RGB (Red+Green+Blue) = 253+101+196=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65C4 is #029A3B. Grayscale: #9D9D9D. Windows color (decimal): -170556 or 12871165. OLE color: 12871165.
HSL color Cylindrical-coordinate representation of color #FD65C4: hue angle of 322.5º 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 #FD65C4 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 196 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.01 |
| HSL | 322.5º | 0.97% | 0.69% | - |
| HSV(B) | 322.5º | 0.6% | 0.99% | - |
| XYZ | 55.13 | 34.18 | 55.92 | - |
| YUV | 157.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 196 | 0 | 0.60 | 0.23 | 0.01 | 322.5 | 0.97 | 0.69 |
| Hex | FD | 65 | C4 | 0 | 3C | 17 | 1 | 142 | 61 | 45 |
| Octal | 375 | 145 | 304 | 0 | 74 | 27 | 1 | 502 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11000100 | 0 | 111100 | 10111 | 1 | 101000010 | 1100001 | 1000101 |
Color Harmonies of #FD65C4
Complementary color
Monochromatic Colors of #FD65C4
Black with #FD65C4
Text Example
Text Example
White with #FD65C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65C4; }
p { color: rgb(253,101,196); }
H1.HeaderClassName
{
color: #FD65C4;
}
.AnyTagClassName
{
color: #FD65C4;
}
</style>
background-color css
<style>
a { background-color: #FD65C4; }
a { background-color: rgb(253,101,196); }
div.DivClassName
{
background-color: #FD65C4;
}
.BgClassName
{
background-color: #FD65C4;
}
</style>
border-color css
<style>
span { border-color: #FD65C4; }
span { border-color: rgb(253,101,196); }
td.TdClassName
{
border-color: #FD65C4;
}
.TagClassName
{
border-color: #FD65C4;
}
</style>