#FF6EC7

Color #FF6EC7 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF6EC7

Tints of Neon Pink #FF6EC7

Color information

#FF6EC7 (or 0xFF6EC7) is unknown color: approx Neon Pink. HEX triplet: FF, 6E and C7. RGB value is (255,110,199). Sum of RGB (Red+Green+Blue) = 255+110+199=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EC7 is #009138. Grayscale: #A3A3A3. Windows color (decimal): -37177 or 13070079. OLE color: 13070079.

HSL color Cylindrical-coordinate representation of color #FF6EC7: hue angle of 323.17º 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 #FF6EC7 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB255110199-
CMYK00.570.220
HSL323.17º100%71.57%-
HSV(B)323.17º56.86%100%-
XYZ57.1236.5458.07-
YUV163.5148.04193.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 45.21%
GREEN value IS 110 (43.36% from 255) = 19.50%
BLUE value IS 199 (78.12% from 255) = 35.28%
R=45.21%
G=19.50%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511019900.570.220323.1710071.57
HexFF6EC70391601436448
Octal377156307071260503144110
Binary11111111110111011000111011100110110010100001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6EC7; }

 p { color: rgb(255,110,199); }

 H1.HeaderClassName
 {
   color: #FF6EC7;
 }
 .AnyTagClassName
 {
   color: #FF6EC7;
 }
</style>
background-color css

<style>
 a { background-color: #FF6EC7; }

 a { background-color: rgb(255,110,199); }

 div.DivClassName
 {
   background-color: #FF6EC7;
 }
 .BgClassName
 {
   background-color: #FF6EC7;
 }
</style>
border-color css

<style>
 span { border-color: #FF6EC7; }

 span { border-color: rgb(255,110,199); }

 td.TdClassName
 {
   border-color: #FF6EC7;
 }
 .TagClassName
 {
   border-color: #FF6EC7;
 }
</style>