Html Css Color HEX #EF71C7 Neon Pink

📋 copy color: '#EF71C7'

red 239 ◦ green 113 ◦ blue 199

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

Shades of Neon Pink #EF71C7

Tints of Neon Pink #EF71C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.12%

R = 43.38%
G = 20.51%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF71C7 (or 0xEF71C7) is known color: Neon Pink. HEX triplet: EF, 71 and C7. RGB value is (239,113,199). Sum of RGB (Red+Green+Blue) = 239+113+199=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 199 (78.12% from 255 or 36.12% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71C7 is #108E38. Grayscale: #A0A0A0. Windows color (decimal): -1084985 or 13070831. OLE color: 13070831.

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

Color convert

RGB 239 113 199 -
CMYK 0 0.53 0.17 0.06
HSL 319.05º 0.8% 0.69% -
HSV(B) 319.05º 0.53% 0.94% -
XYZ 51.81 34.28 57.92 -
YUV 160.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 239 113 199 0 0.53 0.17 0.06 319.05 0.8 0.69
Hex EF 71 C7 0 35 11 6 13F 50 45
Octal 357 161 307 0 65 21 6 477 120 105
Binary 11101111 1110001 11000111 0 110101 10001 110 100111111 1010000 1000101

Color Harmonies of #EF71C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF71C7

Black with #EF71C7

Text Example


Text Example

White with #EF71C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF71C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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