Shades of Neon Pink #FD6DC5
Tints of Neon Pink #FD6DC5
RGB
CMYK
RGB Variations
Color information
#FD6DC5 (or 0xFD6DC5) is known color: Neon Pink. HEX triplet: FD, 6D and C5. RGB value is (253,109,197). Sum of RGB (Red+Green+Blue) = 253+109+197=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6DC5 is #02923A. Grayscale: #A1A1A1. Windows color (decimal): -168507 or 12938749. OLE color: 12938749.
HSL color Cylindrical-coordinate representation of color #FD6DC5: hue angle of 323.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6DC5 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 109 | 197 | - |
CMYK | 0 | 0.57 | 0.22 | 0.01 |
HSL | 323.33º | 0.97% | 0.71% | - |
HSV(B) | 323.33º | 0.57% | 0.99% | - |
XYZ | 56.05 | 35.85 | 56.79 | - |
YUV | 162.09 | 147.71 | 192.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 109 | 197 | 0 | 0.57 | 0.22 | 0.01 | 323.33 | 0.97 | 0.71 |
Hex | FD | 6D | C5 | 0 | 39 | 16 | 1 | 143 | 61 | 47 |
Octal | 375 | 155 | 305 | 0 | 71 | 26 | 1 | 503 | 141 | 107 |
Binary | 11111101 | 1101101 | 11000101 | 0 | 111001 | 10110 | 1 | 101000011 | 1100001 | 1000111 |
Color Harmonies of #FD6DC5
Complementary color
Monochromatic Colors of #FD6DC5
Black with #FD6DC5
Text Example
Text Example
White with #FD6DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6DC5; }
p { color: rgb(253,109,197); }
H1.HeaderClassName
{
color: #FD6DC5;
}
.AnyTagClassName
{
color: #FD6DC5;
}
</style>
background-color css
<style>
a { background-color: #FD6DC5; }
a { background-color: rgb(253,109,197); }
div.DivClassName
{
background-color: #FD6DC5;
}
.BgClassName
{
background-color: #FD6DC5;
}
</style>
border-color css
<style>
span { border-color: #FD6DC5; }
span { border-color: rgb(253,109,197); }
td.TdClassName
{
border-color: #FD6DC5;
}
.TagClassName
{
border-color: #FD6DC5;
}
</style>