Html Css Color HEX #EF5DC2 Neon Pink

📋 copy color: '#EF5DC2'

red 239 ◦ green 93 ◦ blue 194

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

Shades of Neon Pink #EF5DC2

Tints of Neon Pink #EF5DC2

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.68%

 BLUE value IS 194 (76.17% from 255) = 36.88%

R = 45.44%
G = 17.68%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF5DC2 (or 0xEF5DC2) is known color: Neon Pink. HEX triplet: EF, 5D and C2. RGB value is (239,93,194). Sum of RGB (Red+Green+Blue) = 239+93+194=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5DC2 is #10A23D. Grayscale: #939393. Windows color (decimal): -1090110 or 12738031. OLE color: 12738031.

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

Color convert

RGB 239 93 194 -
CMYK 0 0.61 0.19 0.06
HSL 318.49º 0.82% 0.65% -
HSV(B) 318.49º 0.61% 0.94% -
XYZ 49.25 30.07 54.25 -
YUV 148.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 239 93 194 0 0.61 0.19 0.06 318.49 0.82 0.65
Hex EF 5D C2 0 3D 13 6 13E 52 41
Octal 357 135 302 0 75 23 6 476 122 101
Binary 11101111 1011101 11000010 0 111101 10011 110 100111110 1010010 1000001

Color Harmonies of #EF5DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5DC2

Black with #EF5DC2

Text Example


Text Example

White with #EF5DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5DC2; }

 p { color: rgb(239,93,194); }

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

background-color css

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

 a { background-color: rgb(239,93,194); }

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

border-color css

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

 span { border-color: rgb(239,93,194); }

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