#EF6ABC

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

Shades of Neon Pink #EF6ABC

Tints of Neon Pink #EF6ABC

Color information

#EF6ABC (or 0xEF6ABC) is unknown color: approx Neon Pink. HEX triplet: EF, 6A and BC. RGB value is (239,106,188). Sum of RGB (Red+Green+Blue) = 239+106+188=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6ABC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6ABC is #109543. Grayscale: #9A9A9A. Windows color (decimal): -1086788 or 12348143. OLE color: 12348143.

HSL color Cylindrical-coordinate representation of color #EF6ABC: hue angle of 323.01º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EF6ABC is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239106188-
CMYK00.560.210.06
HSL323.01º80.61%67.65%-
HSV(B)323.01º55.65%93.73%-
XYZ49.8332.2951.18-
YUV155.12146.56187.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 188 (73.83% from 255) = 35.27%
R=44.84%
G=19.89%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910618800.560.210.06323.0180.6167.65
HexEF6ABC0381561435144
Octal357152274070256503121104
Binary1110111111010101011110001110001010111010100001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF6ABC; }

 p { color: rgb(239,106,188); }

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

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

 a { background-color: rgb(239,106,188); }

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

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

 span { border-color: rgb(239,106,188); }

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