Html Css Color HEX #EF64BD Neon Pink

📋 copy color: '#EF64BD'

red 239 ◦ green 100 ◦ blue 189

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

Shades of Neon Pink #EF64BD

Tints of Neon Pink #EF64BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 45.27%
G = 18.94%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF64BD (or 0xEF64BD) is known color: Neon Pink. HEX triplet: EF, 64 and BD. RGB value is (239,100,189). Sum of RGB (Red+Green+Blue) = 239+100+189=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64BD is #109B42. Grayscale: #979797. Windows color (decimal): -1088323 or 12412143. OLE color: 12412143.

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

Color convert

RGB 239 100 189 -
CMYK 0 0.58 0.21 0.06
HSL 321.58º 0.81% 0.66% -
HSV(B) 321.58º 0.58% 0.94% -
XYZ 49.34 31.14 51.55 -
YUV 151.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 239 100 189 0 0.58 0.21 0.06 321.58 0.81 0.66
Hex EF 64 BD 0 3A 15 6 142 51 42
Octal 357 144 275 0 72 25 6 502 121 102
Binary 11101111 1100100 10111101 0 111010 10101 110 101000010 1010001 1000010

Color Harmonies of #EF64BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64BD

Black with #EF64BD

Text Example


Text Example

White with #EF64BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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