Html Css Color HEX #EF64CB Neon Pink

📋 copy color: '#EF64CB'

red 239 ◦ green 100 ◦ blue 203

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

Shades of Neon Pink #EF64CB

Tints of Neon Pink #EF64CB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.45%

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

R = 44.1%
G = 18.45%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF64CB (or 0xEF64CB) is known color: Neon Pink. HEX triplet: EF, 64 and CB. RGB value is (239,100,203). Sum of RGB (Red+Green+Blue) = 239+100+203=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64CB is #109B34. Grayscale: #999999. Windows color (decimal): -1088309 or 13329647. OLE color: 13329647.

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

Color convert

RGB 239 100 203 -
CMYK 0 0.58 0.15 0.06
HSL 315.54º 0.81% 0.66% -
HSV(B) 315.54º 0.58% 0.94% -
XYZ 50.93 31.78 59.95 -
YUV 153.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 239 100 203 0 0.58 0.15 0.06 315.54 0.81 0.66
Hex EF 64 CB 0 3A F 6 13C 51 42
Octal 357 144 313 0 72 17 6 474 121 102
Binary 11101111 1100100 11001011 0 111010 1111 110 100111100 1010001 1000010

Color Harmonies of #EF64CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64CB

Black with #EF64CB

Text Example


Text Example

White with #EF64CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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