Html Css Color HEX #EF6CBC Neon Pink

📋 copy color: '#EF6CBC'

red 239 ◦ green 108 ◦ blue 188

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

Shades of Neon Pink #EF6CBC

Tints of Neon Pink #EF6CBC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.19%

 BLUE value IS 188 (73.83% from 255) = 35.14%

R = 44.67%
G = 20.19%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF6CBC (or 0xEF6CBC) is known color: Neon Pink. HEX triplet: EF, 6C and BC. RGB value is (239,108,188). Sum of RGB (Red+Green+Blue) = 239+108+188=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6CBC is #109343. Grayscale: #9C9C9C. Windows color (decimal): -1086276 or 12348655. OLE color: 12348655.

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

Color convert

RGB 239 108 188 -
CMYK 0 0.55 0.21 0.06
HSL 323.36º 0.8% 0.68% -
HSV(B) 323.36º 0.55% 0.94% -
XYZ 50.04 32.71 51.25 -
YUV 156.29 145.9 187 -
System Red Green Blue C M Y K H S L
Decimal 239 108 188 0 0.55 0.21 0.06 323.36 0.8 0.68
Hex EF 6C BC 0 37 15 6 143 50 44
Octal 357 154 274 0 67 25 6 503 120 104
Binary 11101111 1101100 10111100 0 110111 10101 110 101000011 1010000 1000100

Color Harmonies of #EF6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6CBC

Black with #EF6CBC

Text Example


Text Example

White with #EF6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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