Html Css Color HEX #EF73C4 Neon Pink

📋 copy color: '#EF73C4'

red 239 ◦ green 115 ◦ blue 196

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

Shades of Neon Pink #EF73C4

Tints of Neon Pink #EF73C4

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.91%

 BLUE value IS 196 (76.95% from 255) = 35.64%

R = 43.45%
G = 20.91%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF73C4 (or 0xEF73C4) is known color: Neon Pink. HEX triplet: EF, 73 and C4. RGB value is (239,115,196). Sum of RGB (Red+Green+Blue) = 239+115+196=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 115 (45.31% from 255 or 20.91% from 550); Blue value is 196 (76.95% from 255 or 35.64% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF73C4 is #108C3B. Grayscale: #A1A1A1. Windows color (decimal): -1084476 or 12874735. OLE color: 12874735.

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

Color convert

RGB 239 115 196 -
CMYK 0 0.52 0.18 0.06
HSL 320.81º 0.79% 0.69% -
HSV(B) 320.81º 0.52% 0.94% -
XYZ 51.69 34.6 56.18 -
YUV 161.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 239 115 196 0 0.52 0.18 0.06 320.81 0.79 0.69
Hex EF 73 C4 0 34 12 6 141 4F 45
Octal 357 163 304 0 64 22 6 501 117 105
Binary 11101111 1110011 11000100 0 110100 10010 110 101000001 1001111 1000101

Color Harmonies of #EF73C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF73C4

Black with #EF73C4

Text Example


Text Example

White with #EF73C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF73C4; }

 p { color: rgb(239,115,196); }

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

background-color css

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

 a { background-color: rgb(239,115,196); }

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

border-color css

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

 span { border-color: rgb(239,115,196); }

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