Shades of Neon Pink #FD68C4
Tints of Neon Pink #FD68C4
RGB
CMYK
RGB Variations
Color information
#FD68C4 (or 0xFD68C4) is known color: Neon Pink. HEX triplet: FD, 68 and C4. RGB value is (253,104,196). Sum of RGB (Red+Green+Blue) = 253+104+196=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD68C4 is #02973B. Grayscale: #9E9E9E. Windows color (decimal): -169788 or 12871933. OLE color: 12871933.
HSL color Cylindrical-coordinate representation of color #FD68C4: hue angle of 322.95º 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 #FD68C4 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 196 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.01 |
| HSL | 322.95º | 0.97% | 0.7% | - |
| HSV(B) | 322.95º | 0.59% | 0.99% | - |
| XYZ | 55.42 | 34.77 | 56.01 | - |
| YUV | 159.04 | 148.86 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 196 | 0 | 0.59 | 0.23 | 0.01 | 322.95 | 0.97 | 0.7 |
| Hex | FD | 68 | C4 | 0 | 3B | 17 | 1 | 143 | 61 | 46 |
| Octal | 375 | 150 | 304 | 0 | 73 | 27 | 1 | 503 | 141 | 106 |
| Binary | 11111101 | 1101000 | 11000100 | 0 | 111011 | 10111 | 1 | 101000011 | 1100001 | 1000110 |
Color Harmonies of #FD68C4
Complementary color
Monochromatic Colors of #FD68C4
Black with #FD68C4
Text Example
Text Example
White with #FD68C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68C4; }
p { color: rgb(253,104,196); }
H1.HeaderClassName
{
color: #FD68C4;
}
.AnyTagClassName
{
color: #FD68C4;
}
</style>
background-color css
<style>
a { background-color: #FD68C4; }
a { background-color: rgb(253,104,196); }
div.DivClassName
{
background-color: #FD68C4;
}
.BgClassName
{
background-color: #FD68C4;
}
</style>
border-color css
<style>
span { border-color: #FD68C4; }
span { border-color: rgb(253,104,196); }
td.TdClassName
{
border-color: #FD68C4;
}
.TagClassName
{
border-color: #FD68C4;
}
</style>