Html Css Color HEX #EF6FC0 Neon Pink

📋 copy color: '#EF6FC0'

red 239 ◦ green 111 ◦ blue 192

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

Shades of Neon Pink #EF6FC0

Tints of Neon Pink #EF6FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.48%

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

R = 44.1%
G = 20.48%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#EF6FC0 (or 0xEF6FC0) is known color: Neon Pink. HEX triplet: EF, 6F and C0. RGB value is (239,111,192). Sum of RGB (Red+Green+Blue) = 239+111+192=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FC0 is #10903F. Grayscale: #9E9E9E. Windows color (decimal): -1085504 or 12611567. OLE color: 12611567.

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

Color convert

RGB 239 111 192 -
CMYK 0 0.54 0.20 0.06
HSL 322.03º 0.8% 0.69% -
HSV(B) 322.03º 0.54% 0.94% -
XYZ 50.8 33.53 53.66 -
YUV 158.51 146.91 185.41 -
System Red Green Blue C M Y K H S L
Decimal 239 111 192 0 0.54 0.20 0.06 322.03 0.8 0.69
Hex EF 6F C0 0 36 14 6 142 50 45
Octal 357 157 300 0 66 24 6 502 120 105
Binary 11101111 1101111 11000000 0 110110 10100 110 101000010 1010000 1000101

Color Harmonies of #EF6FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FC0

Black with #EF6FC0

Text Example


Text Example

White with #EF6FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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