Html Css Color HEX #EF62CB Neon Pink

📋 copy color: '#EF62CB'

red 239 ◦ green 98 ◦ blue 203

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

Shades of Neon Pink #EF62CB

Tints of Neon Pink #EF62CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 44.26%
G = 18.15%
B = 37.59%

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

#EF62CB (or 0xEF62CB) is known color: Neon Pink. HEX triplet: EF, 62 and CB. RGB value is (239,98,203). Sum of RGB (Red+Green+Blue) = 239+98+203=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 98 (38.67% from 255 or 18.15% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF62CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF62CB is #109D34. Grayscale: #979797. Windows color (decimal): -1088821 or 13329135. OLE color: 13329135.

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

Color convert

RGB 239 98 203 -
CMYK 0 0.59 0.15 0.06
HSL 315.32º 0.82% 0.66% -
HSV(B) 315.32º 0.59% 0.94% -
XYZ 50.74 31.4 59.89 -
YUV 152.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 239 98 203 0 0.59 0.15 0.06 315.32 0.82 0.66
Hex EF 62 CB 0 3B F 6 13B 52 42
Octal 357 142 313 0 73 17 6 473 122 102
Binary 11101111 1100010 11001011 0 111011 1111 110 100111011 1010010 1000010

Color Harmonies of #EF62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF62CB

Black with #EF62CB

Text Example


Text Example

White with #EF62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF62CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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