Html Css Color HEX #EF61C2 Neon Pink

📋 copy color: '#EF61C2'

red 239 ◦ green 97 ◦ blue 194

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

Shades of Neon Pink #EF61C2

Tints of Neon Pink #EF61C2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.3%

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 45.09%
G = 18.3%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF61C2 (or 0xEF61C2) is known color: Neon Pink. HEX triplet: EF, 61 and C2. RGB value is (239,97,194). Sum of RGB (Red+Green+Blue) = 239+97+194=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61C2 is #109E3D. Grayscale: #969696. Windows color (decimal): -1089086 or 12739055. OLE color: 12739055.

HSL color Cylindrical-coordinate representation of color #EF61C2: hue angle of 319.01º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF61C2 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 97 194 -
CMYK 0 0.59 0.19 0.06
HSL 319.01º 0.82% 0.66% -
HSV(B) 319.01º 0.59% 0.94% -
XYZ 49.61 30.8 54.37 -
YUV 150.52 152.54 191.11 -
System Red Green Blue C M Y K H S L
Decimal 239 97 194 0 0.59 0.19 0.06 319.01 0.82 0.66
Hex EF 61 C2 0 3B 13 6 13F 52 42
Octal 357 141 302 0 73 23 6 477 122 102
Binary 11101111 1100001 11000010 0 111011 10011 110 100111111 1010010 1000010

Color Harmonies of #EF61C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF61C2

Black with #EF61C2

Text Example


Text Example

White with #EF61C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF61C2; }

 p { color: rgb(239,97,194); }

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

background-color css

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

 a { background-color: rgb(239,97,194); }

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

border-color css

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

 span { border-color: rgb(239,97,194); }

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