Html Css Color HEX #EF6DBF Neon Pink

📋 copy color: '#EF6DBF'

red 239 ◦ green 109 ◦ blue 191

#EF6DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #EF6DBF

Tints of Neon Pink #EF6DBF

RGB

 RED value IS 239 (93.75% from 255) = 44.34%

 GREEN value IS 109 (42.97% from 255) = 20.22%

 BLUE value IS 191 (75% from 255) = 35.44%

R = 44.34%
G = 20.22%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF6DBF (or 0xEF6DBF) is known color: Neon Pink. HEX triplet: EF, 6D and BF. RGB value is (239,109,191). Sum of RGB (Red+Green+Blue) = 239+109+191=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6DBF is #109240. Grayscale: #9D9D9D. Windows color (decimal): -1086017 or 12545519. OLE color: 12545519.

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

Color convert

RGB 239 109 191 -
CMYK 0 0.54 0.20 0.06
HSL 322.15º 0.8% 0.68% -
HSV(B) 322.15º 0.54% 0.94% -
XYZ 50.47 33.05 53.01 -
YUV 157.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 239 109 191 0 0.54 0.20 0.06 322.15 0.8 0.68
Hex EF 6D BF 0 36 14 6 142 50 44
Octal 357 155 277 0 66 24 6 502 120 104
Binary 11101111 1101101 10111111 0 110110 10100 110 101000010 1010000 1000100

Color Harmonies of #EF6DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6DBF

Black with #EF6DBF

Text Example


Text Example

White with #EF6DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6DBF; }

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

 H1.HeaderClassName
 {
   color: #EF6DBF;
 }
 .AnyTagClassName
 {
   color: #EF6DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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