Shades of Neon Pink #FF68DF
Tints of Neon Pink #FF68DF
RGB
CMYK
RGB Variations
Color information
#FF68DF (or 0xFF68DF) is known color: Neon Pink. HEX triplet: FF, 68 and DF. RGB value is (255,104,223). Sum of RGB (Red+Green+Blue) = 255+104+223=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 104 (41.02% from 255 or 17.87% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68DF is #009720. Grayscale: #A2A2A2. Windows color (decimal): -38689 or 14641407. OLE color: 14641407.
HSL color Cylindrical-coordinate representation of color #FF68DF: hue angle of 312.72º 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 #FF68DF is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 223 | - |
| CMYK | 0 | 0.59 | 0.13 | 0 |
| HSL | 312.72º | 1% | 0.7% | - |
| HSV(B) | 312.72º | 0.59% | 1% | - |
| XYZ | 59.51 | 36.49 | 73.72 | - |
| YUV | 162.72 | 162.03 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 223 | 0 | 0.59 | 0.13 | 0 | 312.72 | 1 | 0.7 |
| Hex | FF | 68 | DF | 0 | 3B | D | 0 | 139 | 64 | 46 |
| Octal | 377 | 150 | 337 | 0 | 73 | 15 | 0 | 471 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11011111 | 0 | 111011 | 1101 | 0 | 100111001 | 1100100 | 1000110 |
Color Harmonies of #FF68DF
Complementary color
Monochromatic Colors of #FF68DF
Black with #FF68DF
Text Example
Text Example
White with #FF68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68DF; }
p { color: rgb(255,104,223); }
H1.HeaderClassName
{
color: #FF68DF;
}
.AnyTagClassName
{
color: #FF68DF;
}
</style>
background-color css
<style>
a { background-color: #FF68DF; }
a { background-color: rgb(255,104,223); }
div.DivClassName
{
background-color: #FF68DF;
}
.BgClassName
{
background-color: #FF68DF;
}
</style>
border-color css
<style>
span { border-color: #FF68DF; }
span { border-color: rgb(255,104,223); }
td.TdClassName
{
border-color: #FF68DF;
}
.TagClassName
{
border-color: #FF68DF;
}
</style>