Html Css Color HEX #EF60C7 Neon Pink

📋 copy color: '#EF60C7'

red 239 ◦ green 96 ◦ blue 199

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

Shades of Neon Pink #EF60C7

Tints of Neon Pink #EF60C7

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.98%

 BLUE value IS 199 (78.13% from 255) = 37.27%

R = 44.76%
G = 17.98%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF60C7 (or 0xEF60C7) is known color: Neon Pink. HEX triplet: EF, 60 and C7. RGB value is (239,96,199). Sum of RGB (Red+Green+Blue) = 239+96+199=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 96 (37.89% from 255 or 17.98% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60C7 is #109F38. Grayscale: #969696. Windows color (decimal): -1089337 or 13066479. OLE color: 13066479.

HSL color Cylindrical-coordinate representation of color #EF60C7: hue angle of 316.78º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF60C7 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 96 199 -
CMYK 0 0.60 0.17 0.06
HSL 316.78º 0.82% 0.66% -
HSV(B) 316.78º 0.6% 0.94% -
XYZ 50.09 30.84 57.35 -
YUV 150.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 239 96 199 0 0.60 0.17 0.06 316.78 0.82 0.66
Hex EF 60 C7 0 3C 11 6 13D 52 42
Octal 357 140 307 0 74 21 6 475 122 102
Binary 11101111 1100000 11000111 0 111100 10001 110 100111101 1010010 1000010

Color Harmonies of #EF60C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60C7

Black with #EF60C7

Text Example


Text Example

White with #EF60C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60C7; }

 p { color: rgb(239,96,199); }

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

background-color css

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

 a { background-color: rgb(239,96,199); }

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

border-color css

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

 span { border-color: rgb(239,96,199); }

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