Html Css Color HEX #EF6FCC Neon Pink

📋 copy color: '#EF6FCC'

red 239 ◦ green 111 ◦ blue 204

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

Shades of Neon Pink #EF6FCC

Tints of Neon Pink #EF6FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.82%

R = 43.14%
G = 20.04%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF6FCC (or 0xEF6FCC) is known color: Neon Pink. HEX triplet: EF, 6F and CC. RGB value is (239,111,204). Sum of RGB (Red+Green+Blue) = 239+111+204=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF6FCC is #109033. Grayscale: #9F9F9F. Windows color (decimal): -1085492 or 13397999. OLE color: 13397999.

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

Color convert

RGB 239 111 204 -
CMYK 0 0.54 0.15 0.06
HSL 316.41º 0.8% 0.69% -
HSV(B) 316.41º 0.54% 0.94% -
XYZ 52.18 34.08 60.95 -
YUV 159.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 239 111 204 0 0.54 0.15 0.06 316.41 0.8 0.69
Hex EF 6F CC 0 36 F 6 13C 50 45
Octal 357 157 314 0 66 17 6 474 120 105
Binary 11101111 1101111 11001100 0 110110 1111 110 100111100 1010000 1000101

Color Harmonies of #EF6FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6FCC

Black with #EF6FCC

Text Example


Text Example

White with #EF6FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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