Html Css Color HEX #EF71CB Neon Pink

📋 copy color: '#EF71CB'

red 239 ◦ green 113 ◦ blue 203

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

Shades of Neon Pink #EF71CB

Tints of Neon Pink #EF71CB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.36%

 BLUE value IS 203 (79.69% from 255) = 36.58%

R = 43.06%
G = 20.36%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF71CB (or 0xEF71CB) is known color: Neon Pink. HEX triplet: EF, 71 and CB. RGB value is (239,113,203). Sum of RGB (Red+Green+Blue) = 239+113+203=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71CB is #108E34. Grayscale: #A0A0A0. Windows color (decimal): -1084981 or 13332975. OLE color: 13332975.

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

Color convert

RGB 239 113 203 -
CMYK 0 0.53 0.15 0.06
HSL 317.14º 0.8% 0.69% -
HSV(B) 317.14º 0.53% 0.94% -
XYZ 52.28 34.47 60.4 -
YUV 160.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 239 113 203 0 0.53 0.15 0.06 317.14 0.8 0.69
Hex EF 71 CB 0 35 F 6 13D 50 45
Octal 357 161 313 0 65 17 6 475 120 105
Binary 11101111 1110001 11001011 0 110101 1111 110 100111101 1010000 1000101

Color Harmonies of #EF71CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71CB

Black with #EF71CB

Text Example


Text Example

White with #EF71CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71CB; }

 p { color: rgb(239,113,203); }

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

background-color css

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

 a { background-color: rgb(239,113,203); }

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

border-color css

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

 span { border-color: rgb(239,113,203); }

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