Html Css Color HEX #EF61CA Neon Pink

📋 copy color: '#EF61CA'

red 239 ◦ green 97 ◦ blue 202

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

Shades of Neon Pink #EF61CA

Tints of Neon Pink #EF61CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.55%

R = 44.42%
G = 18.03%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF61CA (or 0xEF61CA) is known color: Neon Pink. HEX triplet: EF, 61 and CA. RGB value is (239,97,202). Sum of RGB (Red+Green+Blue) = 239+97+202=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61CA is #109E35. Grayscale: #979797. Windows color (decimal): -1089078 or 13263343. OLE color: 13263343.

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

Color convert

RGB 239 97 202 -
CMYK 0 0.59 0.15 0.06
HSL 315.63º 0.82% 0.66% -
HSV(B) 315.63º 0.59% 0.94% -
XYZ 50.53 31.16 59.23 -
YUV 151.43 156.54 190.46 -
System Red Green Blue C M Y K H S L
Decimal 239 97 202 0 0.59 0.15 0.06 315.63 0.82 0.66
Hex EF 61 CA 0 3B F 6 13C 52 42
Octal 357 141 312 0 73 17 6 474 122 102
Binary 11101111 1100001 11001010 0 111011 1111 110 100111100 1010010 1000010

Color Harmonies of #EF61CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF61CA

Black with #EF61CA

Text Example


Text Example

White with #EF61CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF61CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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