Shades of Neon Pink #FD68C6
Tints of Neon Pink #FD68C6
RGB
CMYK
RGB Variations
Color information
#FD68C6 (or 0xFD68C6) is known color: Neon Pink. HEX triplet: FD, 68 and C6. RGB value is (253,104,198). Sum of RGB (Red+Green+Blue) = 253+104+198=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68C6 is #029739. Grayscale: #9F9F9F. Windows color (decimal): -169786 or 13003005. OLE color: 13003005.
HSL color Cylindrical-coordinate representation of color #FD68C6: hue angle of 322.15º 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 #FD68C6 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 198 | - |
| CMYK | 0 | 0.59 | 0.22 | 0.01 |
| HSL | 322.15º | 0.97% | 0.7% | - |
| HSV(B) | 322.15º | 0.59% | 0.99% | - |
| XYZ | 55.65 | 34.86 | 57.22 | - |
| YUV | 159.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 198 | 0 | 0.59 | 0.22 | 0.01 | 322.15 | 0.97 | 0.7 |
| Hex | FD | 68 | C6 | 0 | 3B | 16 | 1 | 142 | 61 | 46 |
| Octal | 375 | 150 | 306 | 0 | 73 | 26 | 1 | 502 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11000110 | 0 | 111011 | 10110 | 1 | 101000010 | 1100001 | 1000110 |
Color Harmonies of #FD68C6
Complementary color
Monochromatic Colors of #FD68C6
Black with #FD68C6
Text Example
Text Example
White with #FD68C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68C6; }
p { color: rgb(253,104,198); }
H1.HeaderClassName
{
color: #FD68C6;
}
.AnyTagClassName
{
color: #FD68C6;
}
</style>
background-color css
<style>
a { background-color: #FD68C6; }
a { background-color: rgb(253,104,198); }
div.DivClassName
{
background-color: #FD68C6;
}
.BgClassName
{
background-color: #FD68C6;
}
</style>
border-color css
<style>
span { border-color: #FD68C6; }
span { border-color: rgb(253,104,198); }
td.TdClassName
{
border-color: #FD68C6;
}
.TagClassName
{
border-color: #FD68C6;
}
</style>