Shades of Neon Pink #FF69DC
Tints of Neon Pink #FF69DC
RGB
CMYK
RGB Variations
Color information
#FF69DC (or 0xFF69DC) is known color: Neon Pink. HEX triplet: FF, 69 and DC. RGB value is (255,105,220). Sum of RGB (Red+Green+Blue) = 255+105+220=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF69DC is #009623. Grayscale: #A2A2A2. Windows color (decimal): -38436 or 14445055. OLE color: 14445055.
HSL color Cylindrical-coordinate representation of color #FF69DC: hue angle of 314º 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 #FF69DC is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 220 | - |
| CMYK | 0 | 0.59 | 0.14 | 0 |
| HSL | 314º | 1% | 0.71% | - |
| HSV(B) | 314º | 0.59% | 1% | - |
| XYZ | 59.21 | 36.53 | 71.64 | - |
| YUV | 162.96 | 160.2 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 220 | 0 | 0.59 | 0.14 | 0 | 314 | 1 | 0.71 |
| Hex | FF | 69 | DC | 0 | 3B | E | 0 | 13A | 64 | 47 |
| Octal | 377 | 151 | 334 | 0 | 73 | 16 | 0 | 472 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11011100 | 0 | 111011 | 1110 | 0 | 100111010 | 1100100 | 1000111 |
Color Harmonies of #FF69DC
Complementary color
Monochromatic Colors of #FF69DC
Black with #FF69DC
Text Example
Text Example
White with #FF69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69DC; }
p { color: rgb(255,105,220); }
H1.HeaderClassName
{
color: #FF69DC;
}
.AnyTagClassName
{
color: #FF69DC;
}
</style>
background-color css
<style>
a { background-color: #FF69DC; }
a { background-color: rgb(255,105,220); }
div.DivClassName
{
background-color: #FF69DC;
}
.BgClassName
{
background-color: #FF69DC;
}
</style>
border-color css
<style>
span { border-color: #FF69DC; }
span { border-color: rgb(255,105,220); }
td.TdClassName
{
border-color: #FF69DC;
}
.TagClassName
{
border-color: #FF69DC;
}
</style>