Html Css Color HEX #EF68C8 Neon Pink

📋 copy color: '#EF68C8'

red 239 ◦ green 104 ◦ blue 200

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

Shades of Neon Pink #EF68C8

Tints of Neon Pink #EF68C8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.15%

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

R = 44.01%
G = 19.15%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF68C8 (or 0xEF68C8) is known color: Neon Pink. HEX triplet: EF, 68 and C8. RGB value is (239,104,200). Sum of RGB (Red+Green+Blue) = 239+104+200=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 200 (78.52% from 255 or 36.83% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68C8 is #109737. Grayscale: #9B9B9B. Windows color (decimal): -1087288 or 13134063. OLE color: 13134063.

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

Color convert

RGB 239 104 200 -
CMYK 0 0.56 0.16 0.06
HSL 317.33º 0.81% 0.67% -
HSV(B) 317.33º 0.56% 0.94% -
XYZ 50.97 32.42 58.22 -
YUV 155.31 153.23 187.69 -
System Red Green Blue C M Y K H S L
Decimal 239 104 200 0 0.56 0.16 0.06 317.33 0.81 0.67
Hex EF 68 C8 0 38 10 6 13D 51 43
Octal 357 150 310 0 70 20 6 475 121 103
Binary 11101111 1101000 11001000 0 111000 10000 110 100111101 1010001 1000011

Color Harmonies of #EF68C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68C8

Black with #EF68C8

Text Example


Text Example

White with #EF68C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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