Html Css Color HEX #EF60C9 Neon Pink

📋 copy color: '#EF60C9'

red 239 ◦ green 96 ◦ blue 201

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

Shades of Neon Pink #EF60C9

Tints of Neon Pink #EF60C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 44.59%
G = 17.91%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF60C9 (or 0xEF60C9) is known color: Neon Pink. HEX triplet: EF, 60 and C9. RGB value is (239,96,201). Sum of RGB (Red+Green+Blue) = 239+96+201=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF60C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF60C9 is #109F36. Grayscale: #969696. Windows color (decimal): -1089335 or 13197551. OLE color: 13197551.

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

Color convert

RGB 239 96 201 -
CMYK 0 0.60 0.16 0.06
HSL 315.94º 0.82% 0.66% -
HSV(B) 315.94º 0.6% 0.94% -
XYZ 50.32 30.93 58.58 -
YUV 150.73 156.38 190.96 -
System Red Green Blue C M Y K H S L
Decimal 239 96 201 0 0.60 0.16 0.06 315.94 0.82 0.66
Hex EF 60 C9 0 3C 10 6 13C 52 42
Octal 357 140 311 0 74 20 6 474 122 102
Binary 11101111 1100000 11001001 0 111100 10000 110 100111100 1010010 1000010

Color Harmonies of #EF60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF60C9

Black with #EF60C9

Text Example


Text Example

White with #EF60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF60C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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