Shades of Neon Pink #FF6EC8
Tints of Neon Pink #FF6EC8
RGB
CMYK
RGB Variations
Color information
#FF6EC8 (or 0xFF6EC8) is known color: Neon Pink. HEX triplet: FF, 6E and C8. RGB value is (255,110,200). Sum of RGB (Red+Green+Blue) = 255+110+200=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EC8 is #009137. Grayscale: #A3A3A3. Windows color (decimal): -37176 or 13135615. OLE color: 13135615.
HSL color Cylindrical-coordinate representation of color #FF6EC8: hue angle of 322.76º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6EC8 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 200 | - |
| CMYK | 0 | 0.57 | 0.22 | 0 |
| HSL | 322.76º | 1% | 0.72% | - |
| HSV(B) | 322.76º | 0.57% | 1% | - |
| XYZ | 57.24 | 36.58 | 58.69 | - |
| YUV | 163.62 | 148.54 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 200 | 0 | 0.57 | 0.22 | 0 | 322.76 | 1 | 0.72 |
| Hex | FF | 6E | C8 | 0 | 39 | 16 | 0 | 143 | 64 | 48 |
| Octal | 377 | 156 | 310 | 0 | 71 | 26 | 0 | 503 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11001000 | 0 | 111001 | 10110 | 0 | 101000011 | 1100100 | 1001000 |
Color Harmonies of #FF6EC8
Complementary color
Monochromatic Colors of #FF6EC8
Black with #FF6EC8
Text Example
Text Example
White with #FF6EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EC8; }
p { color: rgb(255,110,200); }
H1.HeaderClassName
{
color: #FF6EC8;
}
.AnyTagClassName
{
color: #FF6EC8;
}
</style>
background-color css
<style>
a { background-color: #FF6EC8; }
a { background-color: rgb(255,110,200); }
div.DivClassName
{
background-color: #FF6EC8;
}
.BgClassName
{
background-color: #FF6EC8;
}
</style>
border-color css
<style>
span { border-color: #FF6EC8; }
span { border-color: rgb(255,110,200); }
td.TdClassName
{
border-color: #FF6EC8;
}
.TagClassName
{
border-color: #FF6EC8;
}
</style>