#EF61BE

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

Shades of Neon Pink #EF61BE

Tints of Neon Pink #EF61BE

Color information

#EF61BE (or 0xEF61BE) is unknown color: approx Neon Pink. HEX triplet: EF, 61 and BE. RGB value is (239,97,190). Sum of RGB (Red+Green+Blue) = 239+97+190=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 97 (38.28% from 255 or 18.44% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61BE is #109E41. Grayscale: #959595. Windows color (decimal): -1089090 or 12476911. OLE color: 12476911.

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

Color convert

RGB23997190-
CMYK00.590.210.06
HSL320.7º81.61%65.88%-
HSV(B)320.7º59.41%93.73%-
XYZ49.1730.6252.03-
YUV150.06150.54191.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 97 (38.28% from 255) = 18.44%
BLUE value IS 190 (74.61% from 255) = 36.12%
R=45.44%
G=18.44%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399719000.590.210.06320.781.6165.88
HexEF61BE03B1561415242
Octal357141276073256501122102
Binary1110111111000011011111001110111010111010100000110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF61BE; }

 p { color: rgb(239,97,190); }

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

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

 a { background-color: rgb(239,97,190); }

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

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

 span { border-color: rgb(239,97,190); }

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