Html Css Color HEX #EF62CA Neon Pink

📋 copy color: '#EF62CA'

red 239 ◦ green 98 ◦ blue 202

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

Shades of Neon Pink #EF62CA

Tints of Neon Pink #EF62CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.18%

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

R = 44.34%
G = 18.18%
B = 37.48%

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

#EF62CA (or 0xEF62CA) is known color: Neon Pink. HEX triplet: EF, 62 and CA. RGB value is (239,98,202). Sum of RGB (Red+Green+Blue) = 239+98+202=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 98 (38.67% from 255 or 18.18% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62CA is #109D35. Grayscale: #979797. Windows color (decimal): -1088822 or 13263599. OLE color: 13263599.

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

Color convert

RGB 239 98 202 -
CMYK 0 0.59 0.15 0.06
HSL 315.74º 0.82% 0.66% -
HSV(B) 315.74º 0.59% 0.94% -
XYZ 50.62 31.35 59.26 -
YUV 152.02 156.21 190.04 -
System Red Green Blue C M Y K H S L
Decimal 239 98 202 0 0.59 0.15 0.06 315.74 0.82 0.66
Hex EF 62 CA 0 3B F 6 13C 52 42
Octal 357 142 312 0 73 17 6 474 122 102
Binary 11101111 1100010 11001010 0 111011 1111 110 100111100 1010010 1000010

Color Harmonies of #EF62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF62CA

Black with #EF62CA

Text Example


Text Example

White with #EF62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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