Shades of Neon Pink #FF6ECB
Tints of Neon Pink #FF6ECB
RGB
CMYK
RGB Variations
Color information
#FF6ECB (or 0xFF6ECB) is known color: Neon Pink. HEX triplet: FF, 6E and CB. RGB value is (255,110,203). Sum of RGB (Red+Green+Blue) = 255+110+203=568 (75% of max value = 765). Red value is 255 (100% from 255 or 44.89% from 568); Green value is 110 (43.36% from 255 or 19.37% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6ECB is #009134. Grayscale: #A3A3A3. Windows color (decimal): -37173 or 13332223. OLE color: 13332223.
HSL color Cylindrical-coordinate representation of color #FF6ECB: hue angle of 321.52º 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 #FF6ECB is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 203 | - |
| CMYK | 0 | 0.57 | 0.20 | 0 |
| HSL | 321.52º | 1% | 0.72% | - |
| HSV(B) | 321.52º | 0.57% | 1% | - |
| XYZ | 57.6 | 36.72 | 60.55 | - |
| YUV | 163.96 | 150.04 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 203 | 0 | 0.57 | 0.20 | 0 | 321.52 | 1 | 0.72 |
| Hex | FF | 6E | CB | 0 | 39 | 14 | 0 | 142 | 64 | 48 |
| Octal | 377 | 156 | 313 | 0 | 71 | 24 | 0 | 502 | 144 | 110 |
| Binary | 11111111 | 1101110 | 11001011 | 0 | 111001 | 10100 | 0 | 101000010 | 1100100 | 1001000 |
Color Harmonies of #FF6ECB
Complementary color
Monochromatic Colors of #FF6ECB
Black with #FF6ECB
Text Example
Text Example
White with #FF6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6ECB; }
p { color: rgb(255,110,203); }
H1.HeaderClassName
{
color: #FF6ECB;
}
.AnyTagClassName
{
color: #FF6ECB;
}
</style>
background-color css
<style>
a { background-color: #FF6ECB; }
a { background-color: rgb(255,110,203); }
div.DivClassName
{
background-color: #FF6ECB;
}
.BgClassName
{
background-color: #FF6ECB;
}
</style>
border-color css
<style>
span { border-color: #FF6ECB; }
span { border-color: rgb(255,110,203); }
td.TdClassName
{
border-color: #FF6ECB;
}
.TagClassName
{
border-color: #FF6ECB;
}
</style>