Shades of Neon Pink #FF68C2
Tints of Neon Pink #FF68C2
RGB
CMYK
RGB Variations
Color information
#FF68C2 (or 0xFF68C2) is known color: Neon Pink. HEX triplet: FF, 68 and C2. RGB value is (255,104,194). Sum of RGB (Red+Green+Blue) = 255+104+194=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 104 (41.02% from 255 or 18.81% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68C2 is #00973D. Grayscale: #9F9F9F. Windows color (decimal): -38718 or 12740863. OLE color: 12740863.
HSL color Cylindrical-coordinate representation of color #FF68C2: hue angle of 324.24º 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 #FF68C2 is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 194 | - |
| CMYK | 0 | 0.59 | 0.24 | 0 |
| HSL | 324.24º | 1% | 0.7% | - |
| HSV(B) | 324.24º | 0.59% | 1% | - |
| XYZ | 55.93 | 35.06 | 54.86 | - |
| YUV | 159.41 | 147.53 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 194 | 0 | 0.59 | 0.24 | 0 | 324.24 | 1 | 0.7 |
| Hex | FF | 68 | C2 | 0 | 3B | 18 | 0 | 144 | 64 | 46 |
| Octal | 377 | 150 | 302 | 0 | 73 | 30 | 0 | 504 | 144 | 106 |
| Binary | 11111111 | 1101000 | 11000010 | 0 | 111011 | 11000 | 0 | 101000100 | 1100100 | 1000110 |
Color Harmonies of #FF68C2
Complementary color
Monochromatic Colors of #FF68C2
Black with #FF68C2
Text Example
Text Example
White with #FF68C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68C2; }
p { color: rgb(255,104,194); }
H1.HeaderClassName
{
color: #FF68C2;
}
.AnyTagClassName
{
color: #FF68C2;
}
</style>
background-color css
<style>
a { background-color: #FF68C2; }
a { background-color: rgb(255,104,194); }
div.DivClassName
{
background-color: #FF68C2;
}
.BgClassName
{
background-color: #FF68C2;
}
</style>
border-color css
<style>
span { border-color: #FF68C2; }
span { border-color: rgb(255,104,194); }
td.TdClassName
{
border-color: #FF68C2;
}
.TagClassName
{
border-color: #FF68C2;
}
</style>