Html Css Color HEX #EF68CF Neon Pink

📋 copy color: '#EF68CF'

red 239 ◦ green 104 ◦ blue 207

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

Shades of Neon Pink #EF68CF

Tints of Neon Pink #EF68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 43.45%
G = 18.91%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF68CF (or 0xEF68CF) is known color: Neon Pink. HEX triplet: EF, 68 and CF. RGB value is (239,104,207). Sum of RGB (Red+Green+Blue) = 239+104+207=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF68CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF68CF is #109730. Grayscale: #9B9B9B. Windows color (decimal): -1087281 or 13592815. OLE color: 13592815.

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

Color convert

RGB 239 104 207 -
CMYK 0 0.56 0.13 0.06
HSL 314.22º 0.81% 0.67% -
HSV(B) 314.22º 0.56% 0.94% -
XYZ 51.81 32.76 62.62 -
YUV 156.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 239 104 207 0 0.56 0.13 0.06 314.22 0.81 0.67
Hex EF 68 CF 0 38 D 6 13A 51 43
Octal 357 150 317 0 70 15 6 472 121 103
Binary 11101111 1101000 11001111 0 111000 1101 110 100111010 1010001 1000011

Color Harmonies of #EF68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF68CF

Black with #EF68CF

Text Example


Text Example

White with #EF68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF68CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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