Shades of Neon Pink #FF6EC5
Tints of Neon Pink #FF6EC5
RGB
CMYK
RGB Variations
Color information
#FF6EC5 (or 0xFF6EC5) is known color: Neon Pink. HEX triplet: FF, 6E and C5. RGB value is (255,110,197). Sum of RGB (Red+Green+Blue) = 255+110+197=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 110 (43.36% from 255 or 19.57% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EC5 is #00913A. Grayscale: #A3A3A3. Windows color (decimal): -37179 or 12939007. OLE color: 12939007.
HSL color Cylindrical-coordinate representation of color #FF6EC5: hue angle of 324º 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 #FF6EC5 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 197 | - |
| CMYK | 0 | 0.57 | 0.23 | 0 |
| HSL | 324º | 1% | 0.72% | - |
| HSV(B) | 324º | 0.57% | 1% | - |
| XYZ | 56.89 | 36.44 | 56.86 | - |
| YUV | 163.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 197 | 0 | 0.57 | 0.23 | 0 | 324 | 1 | 0.72 |
| Hex | FF | 6E | C5 | 0 | 39 | 17 | 0 | 144 | 64 | 48 |
| Octal | 377 | 156 | 305 | 0 | 71 | 27 | 0 | 504 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11000101 | 0 | 111001 | 10111 | 0 | 101000100 | 1100100 | 1001000 |
Color Harmonies of #FF6EC5
Complementary color
Monochromatic Colors of #FF6EC5
Black with #FF6EC5
Text Example
Text Example
White with #FF6EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6EC5; }
p { color: rgb(255,110,197); }
H1.HeaderClassName
{
color: #FF6EC5;
}
.AnyTagClassName
{
color: #FF6EC5;
}
</style>
background-color css
<style>
a { background-color: #FF6EC5; }
a { background-color: rgb(255,110,197); }
div.DivClassName
{
background-color: #FF6EC5;
}
.BgClassName
{
background-color: #FF6EC5;
}
</style>
border-color css
<style>
span { border-color: #FF6EC5; }
span { border-color: rgb(255,110,197); }
td.TdClassName
{
border-color: #FF6EC5;
}
.TagClassName
{
border-color: #FF6EC5;
}
</style>