Html Css Color HEX #EF6BBC Neon Pink

📋 copy color: '#EF6BBC'

red 239 ◦ green 107 ◦ blue 188

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

Shades of Neon Pink #EF6BBC

Tints of Neon Pink #EF6BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.04%

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

R = 44.76%
G = 20.04%
B = 35.21%

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

#EF6BBC (or 0xEF6BBC) is known color: Neon Pink. HEX triplet: EF, 6B and BC. RGB value is (239,107,188). Sum of RGB (Red+Green+Blue) = 239+107+188=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BBC is #109443. Grayscale: #9B9B9B. Windows color (decimal): -1086532 or 12348399. OLE color: 12348399.

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

Color convert

RGB 239 107 188 -
CMYK 0 0.55 0.21 0.06
HSL 323.18º 0.8% 0.68% -
HSV(B) 323.18º 0.55% 0.94% -
XYZ 49.93 32.5 51.22 -
YUV 155.7 146.23 187.41 -
System Red Green Blue C M Y K H S L
Decimal 239 107 188 0 0.55 0.21 0.06 323.18 0.8 0.68
Hex EF 6B BC 0 37 15 6 143 50 44
Octal 357 153 274 0 67 25 6 503 120 104
Binary 11101111 1101011 10111100 0 110111 10101 110 101000011 1010000 1000100

Color Harmonies of #EF6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BBC

Black with #EF6BBC

Text Example


Text Example

White with #EF6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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