Shades of Neon Pink #FF69C9
Tints of Neon Pink #FF69C9
RGB
CMYK
RGB Variations
Color information
#FF69C9 (or 0xFF69C9) is known color: Neon Pink. HEX triplet: FF, 69 and C9. RGB value is (255,105,201). Sum of RGB (Red+Green+Blue) = 255+105+201=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 105 (41.41% from 255 or 18.72% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69C9 is #009636. Grayscale: #A0A0A0. Windows color (decimal): -38455 or 13199871. OLE color: 13199871.
HSL color Cylindrical-coordinate representation of color #FF69C9: hue angle of 321.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 #FF69C9 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 201 | - |
| CMYK | 0 | 0.59 | 0.21 | 0 |
| HSL | 321.6º | 1% | 0.71% | - |
| HSV(B) | 321.6º | 0.59% | 1% | - |
| XYZ | 56.83 | 35.58 | 59.13 | - |
| YUV | 160.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 201 | 0 | 0.59 | 0.21 | 0 | 321.6 | 1 | 0.71 |
| Hex | FF | 69 | C9 | 0 | 3B | 15 | 0 | 142 | 64 | 47 |
| Octal | 377 | 151 | 311 | 0 | 73 | 25 | 0 | 502 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11001001 | 0 | 111011 | 10101 | 0 | 101000010 | 1100100 | 1000111 |
Color Harmonies of #FF69C9
Complementary color
Monochromatic Colors of #FF69C9
Black with #FF69C9
Text Example
Text Example
White with #FF69C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69C9; }
p { color: rgb(255,105,201); }
H1.HeaderClassName
{
color: #FF69C9;
}
.AnyTagClassName
{
color: #FF69C9;
}
</style>
background-color css
<style>
a { background-color: #FF69C9; }
a { background-color: rgb(255,105,201); }
div.DivClassName
{
background-color: #FF69C9;
}
.BgClassName
{
background-color: #FF69C9;
}
</style>
border-color css
<style>
span { border-color: #FF69C9; }
span { border-color: rgb(255,105,201); }
td.TdClassName
{
border-color: #FF69C9;
}
.TagClassName
{
border-color: #FF69C9;
}
</style>