Shades of Neon Pink #FF69D0
Tints of Neon Pink #FF69D0
RGB
CMYK
RGB Variations
Color information
#FF69D0 (or 0xFF69D0) is known color: Neon Pink. HEX triplet: FF, 69 and D0. RGB value is (255,105,208). Sum of RGB (Red+Green+Blue) = 255+105+208=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69D0 is #00962F. Grayscale: #A1A1A1. Windows color (decimal): -38448 or 13658623. OLE color: 13658623.
HSL color Cylindrical-coordinate representation of color #FF69D0: hue angle of 318.8º 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 #FF69D0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 208 | - |
| CMYK | 0 | 0.59 | 0.18 | 0 |
| HSL | 318.8º | 1% | 0.71% | - |
| HSV(B) | 318.8º | 0.59% | 1% | - |
| XYZ | 57.68 | 35.92 | 63.57 | - |
| YUV | 161.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 208 | 0 | 0.59 | 0.18 | 0 | 318.8 | 1 | 0.71 |
| Hex | FF | 69 | D0 | 0 | 3B | 12 | 0 | 13F | 64 | 47 |
| Octal | 377 | 151 | 320 | 0 | 73 | 22 | 0 | 477 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11010000 | 0 | 111011 | 10010 | 0 | 100111111 | 1100100 | 1000111 |
Color Harmonies of #FF69D0
Complementary color
Monochromatic Colors of #FF69D0
Black with #FF69D0
Text Example
Text Example
White with #FF69D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69D0; }
p { color: rgb(255,105,208); }
H1.HeaderClassName
{
color: #FF69D0;
}
.AnyTagClassName
{
color: #FF69D0;
}
</style>
background-color css
<style>
a { background-color: #FF69D0; }
a { background-color: rgb(255,105,208); }
div.DivClassName
{
background-color: #FF69D0;
}
.BgClassName
{
background-color: #FF69D0;
}
</style>
border-color css
<style>
span { border-color: #FF69D0; }
span { border-color: rgb(255,105,208); }
td.TdClassName
{
border-color: #FF69D0;
}
.TagClassName
{
border-color: #FF69D0;
}
</style>