Html Css Color HEX #EF68CD Neon Pink

📋 copy color: '#EF68CD'

red 239 ◦ green 104 ◦ blue 205

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

Shades of Neon Pink #EF68CD

Tints of Neon Pink #EF68CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 43.61%
G = 18.98%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF68CD (or 0xEF68CD) is known color: Neon Pink. HEX triplet: EF, 68 and CD. RGB value is (239,104,205). Sum of RGB (Red+Green+Blue) = 239+104+205=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68CD is #109732. Grayscale: #9B9B9B. Windows color (decimal): -1087283 or 13461743. OLE color: 13461743.

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

Color convert

RGB 239 104 205 -
CMYK 0 0.56 0.14 0.06
HSL 315.11º 0.81% 0.67% -
HSV(B) 315.11º 0.56% 0.94% -
XYZ 51.57 32.66 61.34 -
YUV 155.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 239 104 205 0 0.56 0.14 0.06 315.11 0.81 0.67
Hex EF 68 CD 0 38 E 6 13B 51 43
Octal 357 150 315 0 70 16 6 473 121 103
Binary 11101111 1101000 11001101 0 111000 1110 110 100111011 1010001 1000011

Color Harmonies of #EF68CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68CD

Black with #EF68CD

Text Example


Text Example

White with #EF68CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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