Html Css Color HEX #EF57C1 Neon Pink

📋 copy color: '#EF57C1'

red 239 ◦ green 87 ◦ blue 193

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

Shades of Neon Pink #EF57C1

Tints of Neon Pink #EF57C1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.76%

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 46.05%
G = 16.76%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF57C1 (or 0xEF57C1) is known color: Neon Pink. HEX triplet: EF, 57 and C1. RGB value is (239,87,193). Sum of RGB (Red+Green+Blue) = 239+87+193=519 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.05% from 519); Green value is 87 (34.38% from 255 or 16.76% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 239 - color contains mainly: red. Hex color #EF57C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF57C1 is #10A83E. Grayscale: #909090. Windows color (decimal): -1091647 or 12670959. OLE color: 12670959.

HSL color Cylindrical-coordinate representation of color #EF57C1: hue angle of 318.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EF57C1 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 87 193 -
CMYK 0 0.64 0.19 0.06
HSL 318.16º 0.83% 0.64% -
HSV(B) 318.16º 0.64% 0.94% -
XYZ 48.63 29.02 53.49 -
YUV 144.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 239 87 193 0 0.64 0.19 0.06 318.16 0.83 0.64
Hex EF 57 C1 0 40 13 6 13E 53 40
Octal 357 127 301 0 100 23 6 476 123 100
Binary 11101111 1010111 11000001 0 1000000 10011 110 100111110 1010011 1000000

Color Harmonies of #EF57C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF57C1

Black with #EF57C1

Text Example


Text Example

White with #EF57C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF57C1; }

 p { color: rgb(239,87,193); }

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

background-color css

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

 a { background-color: rgb(239,87,193); }

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

border-color css

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

 span { border-color: rgb(239,87,193); }

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