Shades of Neon Pink #FD65D2
Tints of Neon Pink #FD65D2
RGB
CMYK
RGB Variations
Color information
#FD65D2 (or 0xFD65D2) is known color: Neon Pink. HEX triplet: FD, 65 and D2. RGB value is (253,101,210). Sum of RGB (Red+Green+Blue) = 253+101+210=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD65D2 is #029A2D. Grayscale: #9E9E9E. Windows color (decimal): -170542 or 13788669. OLE color: 13788669.
HSL color Cylindrical-coordinate representation of color #FD65D2: hue angle of 316.97º 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 #FD65D2 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 210 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.01 |
| HSL | 316.97º | 0.97% | 0.69% | - |
| HSV(B) | 316.97º | 0.6% | 0.99% | - |
| XYZ | 56.79 | 34.84 | 64.7 | - |
| YUV | 158.87 | 156.86 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 210 | 0 | 0.60 | 0.17 | 0.01 | 316.97 | 0.97 | 0.69 |
| Hex | FD | 65 | D2 | 0 | 3C | 11 | 1 | 13D | 61 | 45 |
| Octal | 375 | 145 | 322 | 0 | 74 | 21 | 1 | 475 | 141 | 105 |
| Binary | 11111101 | 1100101 | 11010010 | 0 | 111100 | 10001 | 1 | 100111101 | 1100001 | 1000101 |
Color Harmonies of #FD65D2
Complementary color
Monochromatic Colors of #FD65D2
Black with #FD65D2
Text Example
Text Example
White with #FD65D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65D2; }
p { color: rgb(253,101,210); }
H1.HeaderClassName
{
color: #FD65D2;
}
.AnyTagClassName
{
color: #FD65D2;
}
</style>
background-color css
<style>
a { background-color: #FD65D2; }
a { background-color: rgb(253,101,210); }
div.DivClassName
{
background-color: #FD65D2;
}
.BgClassName
{
background-color: #FD65D2;
}
</style>
border-color css
<style>
span { border-color: #FD65D2; }
span { border-color: rgb(253,101,210); }
td.TdClassName
{
border-color: #FD65D2;
}
.TagClassName
{
border-color: #FD65D2;
}
</style>