Shades of Neon Pink #FF68BE
Tints of Neon Pink #FF68BE
RGB
CMYK
RGB Variations
Color information
#FF68BE (or 0xFF68BE) is known color: Neon Pink. HEX triplet: FF, 68 and BE. RGB value is (255,104,190). Sum of RGB (Red+Green+Blue) = 255+104+190=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 104 (41.02% from 255 or 18.94% from 549); Blue value is 190 (74.61% from 255 or 34.61% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF68BE is #009741. Grayscale: #9E9E9E. Windows color (decimal): -38722 or 12478719. OLE color: 12478719.
HSL color Cylindrical-coordinate representation of color #FF68BE: hue angle of 325.83º 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 #FF68BE is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 190 | - |
| CMYK | 0 | 0.59 | 0.25 | 0 |
| HSL | 325.83º | 1% | 0.7% | - |
| HSV(B) | 325.83º | 0.59% | 1% | - |
| XYZ | 55.48 | 34.88 | 52.52 | - |
| YUV | 158.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 190 | 0 | 0.59 | 0.25 | 0 | 325.83 | 1 | 0.7 |
| Hex | FF | 68 | BE | 0 | 3B | 19 | 0 | 146 | 64 | 46 |
| Octal | 377 | 150 | 276 | 0 | 73 | 31 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10111110 | 0 | 111011 | 11001 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF68BE
Complementary color
Monochromatic Colors of #FF68BE
Black with #FF68BE
Text Example
Text Example
White with #FF68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68BE; }
p { color: rgb(255,104,190); }
H1.HeaderClassName
{
color: #FF68BE;
}
.AnyTagClassName
{
color: #FF68BE;
}
</style>
background-color css
<style>
a { background-color: #FF68BE; }
a { background-color: rgb(255,104,190); }
div.DivClassName
{
background-color: #FF68BE;
}
.BgClassName
{
background-color: #FF68BE;
}
</style>
border-color css
<style>
span { border-color: #FF68BE; }
span { border-color: rgb(255,104,190); }
td.TdClassName
{
border-color: #FF68BE;
}
.TagClassName
{
border-color: #FF68BE;
}
</style>