Shades of Neon Pink #FF68D0
Tints of Neon Pink #FF68D0
RGB
CMYK
RGB Variations
Color information
#FF68D0 (or 0xFF68D0) is known color: Neon Pink. HEX triplet: FF, 68 and D0. RGB value is (255,104,208). Sum of RGB (Red+Green+Blue) = 255+104+208=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68D0 is #00972F. Grayscale: #A0A0A0. Windows color (decimal): -38704 or 13658367. OLE color: 13658367.
HSL color Cylindrical-coordinate representation of color #FF68D0: hue angle of 318.68º 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 #FF68D0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 208 | - |
| CMYK | 0 | 0.59 | 0.18 | 0 |
| HSL | 318.68º | 1% | 0.7% | - |
| HSV(B) | 318.68º | 0.59% | 1% | - |
| XYZ | 57.58 | 35.71 | 63.53 | - |
| YUV | 161.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 208 | 0 | 0.59 | 0.18 | 0 | 318.68 | 1 | 0.7 |
| Hex | FF | 68 | D0 | 0 | 3B | 12 | 0 | 13F | 64 | 46 |
| Octal | 377 | 150 | 320 | 0 | 73 | 22 | 0 | 477 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11010000 | 0 | 111011 | 10010 | 0 | 100111111 | 1100100 | 1000110 |
Color Harmonies of #FF68D0
Complementary color
Monochromatic Colors of #FF68D0
Black with #FF68D0
Text Example
Text Example
White with #FF68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68D0; }
p { color: rgb(255,104,208); }
H1.HeaderClassName
{
color: #FF68D0;
}
.AnyTagClassName
{
color: #FF68D0;
}
</style>
background-color css
<style>
a { background-color: #FF68D0; }
a { background-color: rgb(255,104,208); }
div.DivClassName
{
background-color: #FF68D0;
}
.BgClassName
{
background-color: #FF68D0;
}
</style>
border-color css
<style>
span { border-color: #FF68D0; }
span { border-color: rgb(255,104,208); }
td.TdClassName
{
border-color: #FF68D0;
}
.TagClassName
{
border-color: #FF68D0;
}
</style>