Html Css Color HEX #EF61C8 Neon Pink

📋 copy color: '#EF61C8'

red 239 ◦ green 97 ◦ blue 200

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

Shades of Neon Pink #EF61C8

Tints of Neon Pink #EF61C8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.1%

 BLUE value IS 200 (78.52% from 255) = 37.31%

R = 44.59%
G = 18.1%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF61C8 (or 0xEF61C8) is known color: Neon Pink. HEX triplet: EF, 61 and C8. RGB value is (239,97,200). Sum of RGB (Red+Green+Blue) = 239+97+200=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF61C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF61C8 is #109E37. Grayscale: #969696. Windows color (decimal): -1089080 or 13132271. OLE color: 13132271.

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

Color convert

RGB 239 97 200 -
CMYK 0 0.59 0.16 0.06
HSL 316.48º 0.82% 0.66% -
HSV(B) 316.48º 0.59% 0.94% -
XYZ 50.3 31.07 57.99 -
YUV 151.2 155.54 190.62 -
System Red Green Blue C M Y K H S L
Decimal 239 97 200 0 0.59 0.16 0.06 316.48 0.82 0.66
Hex EF 61 C8 0 3B 10 6 13C 52 42
Octal 357 141 310 0 73 20 6 474 122 102
Binary 11101111 1100001 11001000 0 111011 10000 110 100111100 1010010 1000010

Color Harmonies of #EF61C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF61C8

Black with #EF61C8

Text Example


Text Example

White with #EF61C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF61C8; }

 p { color: rgb(239,97,200); }

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

background-color css

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

 a { background-color: rgb(239,97,200); }

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

border-color css

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

 span { border-color: rgb(239,97,200); }

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