#EF5DBF

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

Shades of Neon Pink #EF5DBF

Tints of Neon Pink #EF5DBF

Color information

#EF5DBF (or 0xEF5DBF) is unknown color: approx Neon Pink. HEX triplet: EF, 5D and BF. RGB value is (239,93,191). Sum of RGB (Red+Green+Blue) = 239+93+191=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DBF is #10A240. Grayscale: #939393. Windows color (decimal): -1090113 or 12541423. OLE color: 12541423.

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

Color convert

RGB23993191-
CMYK00.610.200.06
HSL319.73º82.02%65.1%-
HSV(B)319.73º61.09%93.73%-
XYZ48.9129.9452.49-
YUV147.83152.37193.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 191 (75% from 255) = 36.52%
R=45.70%
G=17.78%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399319100.610.200.06319.7382.0265.1
HexEF5DBF03D1461405241
Octal357135277075246500122101
Binary1110111110111011011111101111011010011010100000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5DBF; }

 p { color: rgb(239,93,191); }

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

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

 a { background-color: rgb(239,93,191); }

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

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

 span { border-color: rgb(239,93,191); }

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