Html Css Color HEX #EF6BCC Neon Pink

📋 copy color: '#EF6BCC'

red 239 ◦ green 107 ◦ blue 204

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

Shades of Neon Pink #EF6BCC

Tints of Neon Pink #EF6BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 43.45%
G = 19.45%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF6BCC (or 0xEF6BCC) is known color: Neon Pink. HEX triplet: EF, 6B and CC. RGB value is (239,107,204). Sum of RGB (Red+Green+Blue) = 239+107+204=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6BCC is #109433. Grayscale: #9D9D9D. Windows color (decimal): -1086516 or 13396975. OLE color: 13396975.

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

Color convert

RGB 239 107 204 -
CMYK 0 0.55 0.15 0.06
HSL 315.91º 0.8% 0.68% -
HSV(B) 315.91º 0.55% 0.94% -
XYZ 51.75 33.23 60.81 -
YUV 157.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 239 107 204 0 0.55 0.15 0.06 315.91 0.8 0.68
Hex EF 6B CC 0 37 F 6 13C 50 44
Octal 357 153 314 0 67 17 6 474 120 104
Binary 11101111 1101011 11001100 0 110111 1111 110 100111100 1010000 1000100

Color Harmonies of #EF6BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6BCC

Black with #EF6BCC

Text Example


Text Example

White with #EF6BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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