#FF6EC4

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

Shades of Neon Pink #FF6EC4

Tints of Neon Pink #FF6EC4

Color information

#FF6EC4 (or 0xFF6EC4) is unknown color: approx Neon Pink. HEX triplet: FF, 6E and C4. RGB value is (255,110,196). Sum of RGB (Red+Green+Blue) = 255+110+196=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 110 (43.36% from 255 or 19.61% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6EC4 is #00913B. Grayscale: #A2A2A2. Windows color (decimal): -37180 or 12873471. OLE color: 12873471.

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

Color convert

RGB255110196-
CMYK00.570.230
HSL324.41º100%71.57%-
HSV(B)324.41º56.86%100%-
XYZ56.7836.456.26-
YUV163.16146.54193.51-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.45%
GREEN value IS 110 (43.36% from 255) = 19.61%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=45.45%
G=19.61%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511019600.570.230324.4110071.57
HexFF6EC40391701446448
Octal377156304071270504144110
Binary11111111110111011000100011100110111010100010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6EC4; }

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

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

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

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

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

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

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

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