Html Css Color HEX #EF74CC Neon Pink

📋 copy color: '#EF74CC'

red 239 ◦ green 116 ◦ blue 204

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

Shades of Neon Pink #EF74CC

Tints of Neon Pink #EF74CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.75%

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

R = 42.75%
G = 20.75%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF74CC (or 0xEF74CC) is known color: Neon Pink. HEX triplet: EF, 74 and CC. RGB value is (239,116,204). Sum of RGB (Red+Green+Blue) = 239+116+204=559 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.75% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 239 - color contains mainly: red. Hex color #EF74CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF74CC is #108B33. Grayscale: #A2A2A2. Windows color (decimal): -1084212 or 13399279. OLE color: 13399279.

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

Color convert

RGB 239 116 204 -
CMYK 0 0.51 0.15 0.06
HSL 317.07º 0.79% 0.7% -
HSV(B) 317.07º 0.51% 0.94% -
XYZ 52.74 35.2 61.14 -
YUV 162.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 239 116 204 0 0.51 0.15 0.06 317.07 0.79 0.7
Hex EF 74 CC 0 33 F 6 13D 4F 46
Octal 357 164 314 0 63 17 6 475 117 106
Binary 11101111 1110100 11001100 0 110011 1111 110 100111101 1001111 1000110

Color Harmonies of #EF74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF74CC

Black with #EF74CC

Text Example


Text Example

White with #EF74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF74CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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