Shades of Neon Pink #FD69D0
Tints of Neon Pink #FD69D0
RGB
CMYK
RGB Variations
Color information
#FD69D0 (or 0xFD69D0) is known color: Neon Pink. HEX triplet: FD, 69 and D0. RGB value is (253,105,208). Sum of RGB (Red+Green+Blue) = 253+105+208=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 105 (41.41% from 255 or 18.55% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FD69D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD69D0 is #02962F. Grayscale: #A0A0A0. Windows color (decimal): -169520 or 13658621. OLE color: 13658621.
HSL color Cylindrical-coordinate representation of color #FD69D0: hue angle of 318.24º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD69D0 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 105 | 208 | - |
CMYK | 0 | 0.58 | 0.18 | 0.01 |
HSL | 318.24º | 0.97% | 0.7% | - |
HSV(B) | 318.24º | 0.58% | 0.99% | - |
XYZ | 56.94 | 35.54 | 63.53 | - |
YUV | 160.99 | 154.53 | 193.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 105 | 208 | 0 | 0.58 | 0.18 | 0.01 | 318.24 | 0.97 | 0.7 |
Hex | FD | 69 | D0 | 0 | 3A | 12 | 1 | 13E | 61 | 46 |
Octal | 375 | 151 | 320 | 0 | 72 | 22 | 1 | 476 | 141 | 106 |
Binary | 11111101 | 1101001 | 11010000 | 0 | 111010 | 10010 | 1 | 100111110 | 1100001 | 1000110 |
Color Harmonies of #FD69D0
Complementary color
Monochromatic Colors of #FD69D0
Black with #FD69D0
Text Example
Text Example
White with #FD69D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD69D0; }
p { color: rgb(253,105,208); }
H1.HeaderClassName
{
color: #FD69D0;
}
.AnyTagClassName
{
color: #FD69D0;
}
</style>
background-color css
<style>
a { background-color: #FD69D0; }
a { background-color: rgb(253,105,208); }
div.DivClassName
{
background-color: #FD69D0;
}
.BgClassName
{
background-color: #FD69D0;
}
</style>
border-color css
<style>
span { border-color: #FD69D0; }
span { border-color: rgb(253,105,208); }
td.TdClassName
{
border-color: #FD69D0;
}
.TagClassName
{
border-color: #FD69D0;
}
</style>