Shades of Neon Pink #FF69CF
Tints of Neon Pink #FF69CF
RGB
CMYK
RGB Variations
Color information
#FF69CF (or 0xFF69CF) is known color: Neon Pink. HEX triplet: FF, 69 and CF. RGB value is (255,105,207). Sum of RGB (Red+Green+Blue) = 255+105+207=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 105 (41.41% from 255 or 18.52% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69CF is #009630. Grayscale: #A1A1A1. Windows color (decimal): -38449 or 13593087. OLE color: 13593087.
HSL color Cylindrical-coordinate representation of color #FF69CF: hue angle of 319.2º 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 #FF69CF is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 207 | - |
| CMYK | 0 | 0.59 | 0.19 | 0 |
| HSL | 319.2º | 1% | 0.71% | - |
| HSV(B) | 319.2º | 0.59% | 1% | - |
| XYZ | 57.55 | 35.87 | 62.92 | - |
| YUV | 161.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 207 | 0 | 0.59 | 0.19 | 0 | 319.2 | 1 | 0.71 |
| Hex | FF | 69 | CF | 0 | 3B | 13 | 0 | 13F | 64 | 47 |
| Octal | 377 | 151 | 317 | 0 | 73 | 23 | 0 | 477 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11001111 | 0 | 111011 | 10011 | 0 | 100111111 | 1100100 | 1000111 |
Color Harmonies of #FF69CF
Complementary color
Monochromatic Colors of #FF69CF
Black with #FF69CF
Text Example
Text Example
White with #FF69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69CF; }
p { color: rgb(255,105,207); }
H1.HeaderClassName
{
color: #FF69CF;
}
.AnyTagClassName
{
color: #FF69CF;
}
</style>
background-color css
<style>
a { background-color: #FF69CF; }
a { background-color: rgb(255,105,207); }
div.DivClassName
{
background-color: #FF69CF;
}
.BgClassName
{
background-color: #FF69CF;
}
</style>
border-color css
<style>
span { border-color: #FF69CF; }
span { border-color: rgb(255,105,207); }
td.TdClassName
{
border-color: #FF69CF;
}
.TagClassName
{
border-color: #FF69CF;
}
</style>