Shades of Neon Pink #FD68CA
Tints of Neon Pink #FD68CA
RGB
CMYK
RGB Variations
Color information
#FD68CA (or 0xFD68CA) is known color: Neon Pink. HEX triplet: FD, 68 and CA. RGB value is (253,104,202). Sum of RGB (Red+Green+Blue) = 253+104+202=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68CA is #029735. Grayscale: #9F9F9F. Windows color (decimal): -169782 or 13265149. OLE color: 13265149.
HSL color Cylindrical-coordinate representation of color #FD68CA: hue angle of 320.54º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD68CA is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 202 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.01 |
| HSL | 320.54º | 0.97% | 0.7% | - |
| HSV(B) | 320.54º | 0.59% | 0.99% | - |
| XYZ | 56.12 | 35.05 | 59.68 | - |
| YUV | 159.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 202 | 0 | 0.59 | 0.20 | 0.01 | 320.54 | 0.97 | 0.7 |
| Hex | FD | 68 | CA | 0 | 3B | 14 | 1 | 141 | 61 | 46 |
| Octal | 375 | 150 | 312 | 0 | 73 | 24 | 1 | 501 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11001010 | 0 | 111011 | 10100 | 1 | 101000001 | 1100001 | 1000110 |
Color Harmonies of #FD68CA
Complementary color
Monochromatic Colors of #FD68CA
Black with #FD68CA
Text Example
Text Example
White with #FD68CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68CA; }
p { color: rgb(253,104,202); }
H1.HeaderClassName
{
color: #FD68CA;
}
.AnyTagClassName
{
color: #FD68CA;
}
</style>
background-color css
<style>
a { background-color: #FD68CA; }
a { background-color: rgb(253,104,202); }
div.DivClassName
{
background-color: #FD68CA;
}
.BgClassName
{
background-color: #FD68CA;
}
</style>
border-color css
<style>
span { border-color: #FD68CA; }
span { border-color: rgb(253,104,202); }
td.TdClassName
{
border-color: #FD68CA;
}
.TagClassName
{
border-color: #FD68CA;
}
</style>