Html Css Color HEX #EF5CC1 Neon Pink

📋 copy color: '#EF5CC1'

red 239 ◦ green 92 ◦ blue 193

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

Shades of Neon Pink #EF5CC1

Tints of Neon Pink #EF5CC1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.56%

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

R = 45.61%
G = 17.56%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF5CC1 (or 0xEF5CC1) is known color: Neon Pink. HEX triplet: EF, 5C and C1. RGB value is (239,92,193). Sum of RGB (Red+Green+Blue) = 239+92+193=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CC1 is #10A33E. Grayscale: #939393. Windows color (decimal): -1090367 or 12672239. OLE color: 12672239.

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

Color convert

RGB 239 92 193 -
CMYK 0 0.62 0.19 0.06
HSL 318.78º 0.82% 0.65% -
HSV(B) 318.78º 0.62% 0.94% -
XYZ 49.05 29.86 53.63 -
YUV 147.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 239 92 193 0 0.62 0.19 0.06 318.78 0.82 0.65
Hex EF 5C C1 0 3E 13 6 13F 52 41
Octal 357 134 301 0 76 23 6 477 122 101
Binary 11101111 1011100 11000001 0 111110 10011 110 100111111 1010010 1000001

Color Harmonies of #EF5CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CC1

Black with #EF5CC1

Text Example


Text Example

White with #EF5CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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