Shades of Neon Pink #FF69D8
Tints of Neon Pink #FF69D8
RGB
CMYK
RGB Variations
Color information
#FF69D8 (or 0xFF69D8) is known color: Neon Pink. HEX triplet: FF, 69 and D8. RGB value is (255,105,216). Sum of RGB (Red+Green+Blue) = 255+105+216=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69D8 is #009627. Grayscale: #A2A2A2. Windows color (decimal): -38440 or 14182911. OLE color: 14182911.
HSL color Cylindrical-coordinate representation of color #FF69D8: hue angle of 315.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69D8 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 216 | - |
| CMYK | 0 | 0.59 | 0.15 | 0 |
| HSL | 315.6º | 1% | 0.71% | - |
| HSV(B) | 315.6º | 0.59% | 1% | - |
| XYZ | 58.69 | 36.32 | 68.88 | - |
| YUV | 162.5 | 158.2 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 216 | 0 | 0.59 | 0.15 | 0 | 315.6 | 1 | 0.71 |
| Hex | FF | 69 | D8 | 0 | 3B | F | 0 | 13C | 64 | 47 |
| Octal | 377 | 151 | 330 | 0 | 73 | 17 | 0 | 474 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11011000 | 0 | 111011 | 1111 | 0 | 100111100 | 1100100 | 1000111 |
Color Harmonies of #FF69D8
Complementary color
Monochromatic Colors of #FF69D8
Black with #FF69D8
Text Example
Text Example
White with #FF69D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69D8; }
p { color: rgb(255,105,216); }
H1.HeaderClassName
{
color: #FF69D8;
}
.AnyTagClassName
{
color: #FF69D8;
}
</style>
background-color css
<style>
a { background-color: #FF69D8; }
a { background-color: rgb(255,105,216); }
div.DivClassName
{
background-color: #FF69D8;
}
.BgClassName
{
background-color: #FF69D8;
}
</style>
border-color css
<style>
span { border-color: #FF69D8; }
span { border-color: rgb(255,105,216); }
td.TdClassName
{
border-color: #FF69D8;
}
.TagClassName
{
border-color: #FF69D8;
}
</style>