Html Css Color HEX #EF5CC6 Neon Pink

📋 copy color: '#EF5CC6'

red 239 ◦ green 92 ◦ blue 198

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

Shades of Neon Pink #EF5CC6

Tints of Neon Pink #EF5CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.43%

R = 45.18%
G = 17.39%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF5CC6 (or 0xEF5CC6) is known color: Neon Pink. HEX triplet: EF, 5C and C6. RGB value is (239,92,198). Sum of RGB (Red+Green+Blue) = 239+92+198=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 92 (36.33% from 255 or 17.39% from 529); Blue value is 198 (77.73% from 255 or 37.43% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF5CC6 is #10A339. Grayscale: #939393. Windows color (decimal): -1090362 or 12999919. OLE color: 12999919.

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

Color convert

RGB 239 92 198 -
CMYK 0 0.62 0.17 0.06
HSL 316.73º 0.82% 0.65% -
HSV(B) 316.73º 0.62% 0.94% -
XYZ 49.62 30.08 56.62 -
YUV 148.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 239 92 198 0 0.62 0.17 0.06 316.73 0.82 0.65
Hex EF 5C C6 0 3E 11 6 13D 52 41
Octal 357 134 306 0 76 21 6 475 122 101
Binary 11101111 1011100 11000110 0 111110 10001 110 100111101 1010010 1000001

Color Harmonies of #EF5CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF5CC6

Black with #EF5CC6

Text Example


Text Example

White with #EF5CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF5CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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