Html Css Color HEX #EF66C0 Neon Pink

📋 copy color: '#EF66C0'

red 239 ◦ green 102 ◦ blue 192

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

Shades of Neon Pink #EF66C0

Tints of Neon Pink #EF66C0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.14%

 BLUE value IS 192 (75.39% from 255) = 36.02%

R = 44.84%
G = 19.14%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF66C0 (or 0xEF66C0) is known color: Neon Pink. HEX triplet: EF, 66 and C0. RGB value is (239,102,192). Sum of RGB (Red+Green+Blue) = 239+102+192=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 192 (75.39% from 255 or 36.02% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF66C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF66C0 is #10993F. Grayscale: #999999. Windows color (decimal): -1087808 or 12609263. OLE color: 12609263.

HSL color Cylindrical-coordinate representation of color #EF66C0: hue angle of 320.58º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF66C0 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 102 192 -
CMYK 0 0.57 0.20 0.06
HSL 320.58º 0.81% 0.67% -
HSV(B) 320.58º 0.57% 0.94% -
XYZ 49.86 31.66 53.35 -
YUV 153.22 149.89 189.18 -
System Red Green Blue C M Y K H S L
Decimal 239 102 192 0 0.57 0.20 0.06 320.58 0.81 0.67
Hex EF 66 C0 0 39 14 6 141 51 43
Octal 357 146 300 0 71 24 6 501 121 103
Binary 11101111 1100110 11000000 0 111001 10100 110 101000001 1010001 1000011

Color Harmonies of #EF66C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF66C0

Black with #EF66C0

Text Example


Text Example

White with #EF66C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF66C0; }

 p { color: rgb(239,102,192); }

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

background-color css

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

 a { background-color: rgb(239,102,192); }

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

border-color css

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

 span { border-color: rgb(239,102,192); }

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