Shades of Neon Pink #FF68DC
Tints of Neon Pink #FF68DC
RGB
CMYK
RGB Variations
Color information
#FF68DC (or 0xFF68DC) is known color: Neon Pink. HEX triplet: FF, 68 and DC. RGB value is (255,104,220). Sum of RGB (Red+Green+Blue) = 255+104+220=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 104 (41.02% from 255 or 17.96% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68DC is #009723. Grayscale: #A2A2A2. Windows color (decimal): -38692 or 14444799. OLE color: 14444799.
HSL color Cylindrical-coordinate representation of color #FF68DC: hue angle of 313.91º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68DC is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 220 | - |
| CMYK | 0 | 0.59 | 0.14 | 0 |
| HSL | 313.91º | 1% | 0.7% | - |
| HSV(B) | 313.91º | 0.59% | 1% | - |
| XYZ | 59.11 | 36.33 | 71.61 | - |
| YUV | 162.37 | 160.53 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 220 | 0 | 0.59 | 0.14 | 0 | 313.91 | 1 | 0.7 |
| Hex | FF | 68 | DC | 0 | 3B | E | 0 | 13A | 64 | 46 |
| Octal | 377 | 150 | 334 | 0 | 73 | 16 | 0 | 472 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11011100 | 0 | 111011 | 1110 | 0 | 100111010 | 1100100 | 1000110 |
Color Harmonies of #FF68DC
Complementary color
Monochromatic Colors of #FF68DC
Black with #FF68DC
Text Example
Text Example
White with #FF68DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68DC; }
p { color: rgb(255,104,220); }
H1.HeaderClassName
{
color: #FF68DC;
}
.AnyTagClassName
{
color: #FF68DC;
}
</style>
background-color css
<style>
a { background-color: #FF68DC; }
a { background-color: rgb(255,104,220); }
div.DivClassName
{
background-color: #FF68DC;
}
.BgClassName
{
background-color: #FF68DC;
}
</style>
border-color css
<style>
span { border-color: #FF68DC; }
span { border-color: rgb(255,104,220); }
td.TdClassName
{
border-color: #FF68DC;
}
.TagClassName
{
border-color: #FF68DC;
}
</style>