Html Css Color HEX #EF64C9 Neon Pink

📋 copy color: '#EF64C9'

red 239 ◦ green 100 ◦ blue 201

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

Shades of Neon Pink #EF64C9

Tints of Neon Pink #EF64C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.22%

R = 44.26%
G = 18.52%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF64C9 (or 0xEF64C9) is known color: Neon Pink. HEX triplet: EF, 64 and C9. RGB value is (239,100,201). Sum of RGB (Red+Green+Blue) = 239+100+201=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF64C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF64C9 is #109B36. Grayscale: #989898. Windows color (decimal): -1088311 or 13198575. OLE color: 13198575.

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

Color convert

RGB 239 100 201 -
CMYK 0 0.58 0.16 0.06
HSL 316.4º 0.81% 0.66% -
HSV(B) 316.4º 0.58% 0.94% -
XYZ 50.7 31.68 58.7 -
YUV 153.08 155.05 189.29 -
System Red Green Blue C M Y K H S L
Decimal 239 100 201 0 0.58 0.16 0.06 316.4 0.81 0.66
Hex EF 64 C9 0 3A 10 6 13C 51 42
Octal 357 144 311 0 72 20 6 474 121 102
Binary 11101111 1100100 11001001 0 111010 10000 110 100111100 1010001 1000010

Color Harmonies of #EF64C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF64C9

Black with #EF64C9

Text Example


Text Example

White with #EF64C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF64C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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