Html Css Color HEX #EF6EBF Neon Pink

📋 copy color: '#EF6EBF'

red 239 ◦ green 110 ◦ blue 191

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

Shades of Neon Pink #EF6EBF

Tints of Neon Pink #EF6EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.37%

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

R = 44.26%
G = 20.37%
B = 35.37%

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

#EF6EBF (or 0xEF6EBF) is known color: Neon Pink. HEX triplet: EF, 6E and BF. RGB value is (239,110,191). Sum of RGB (Red+Green+Blue) = 239+110+191=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 191 (75% from 255 or 35.37% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6EBF is #109140. Grayscale: #9D9D9D. Windows color (decimal): -1085761 or 12545775. OLE color: 12545775.

HSL color Cylindrical-coordinate representation of color #EF6EBF: hue angle of 322.33º 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 #EF6EBF is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 110 191 -
CMYK 0 0.54 0.20 0.06
HSL 322.33º 0.8% 0.68% -
HSV(B) 322.33º 0.54% 0.94% -
XYZ 50.58 33.26 53.05 -
YUV 157.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 239 110 191 0 0.54 0.20 0.06 322.33 0.8 0.68
Hex EF 6E BF 0 36 14 6 142 50 44
Octal 357 156 277 0 66 24 6 502 120 104
Binary 11101111 1101110 10111111 0 110110 10100 110 101000010 1010000 1000100

Color Harmonies of #EF6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6EBF

Black with #EF6EBF

Text Example


Text Example

White with #EF6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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