Html Css Color HEX #EF67C5 Neon Pink

📋 copy color: '#EF67C5'

red 239 ◦ green 103 ◦ blue 197

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

Shades of Neon Pink #EF67C5

Tints of Neon Pink #EF67C5

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.11%

 BLUE value IS 197 (77.34% from 255) = 36.55%

R = 44.34%
G = 19.11%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF67C5 (or 0xEF67C5) is known color: Neon Pink. HEX triplet: EF, 67 and C5. RGB value is (239,103,197). Sum of RGB (Red+Green+Blue) = 239+103+197=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 197 (77.34% from 255 or 36.55% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67C5 is #10983A. Grayscale: #9A9A9A. Windows color (decimal): -1087547 or 12937199. OLE color: 12937199.

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

Color convert

RGB 239 103 197 -
CMYK 0 0.57 0.18 0.06
HSL 318.53º 0.81% 0.67% -
HSV(B) 318.53º 0.57% 0.94% -
XYZ 50.52 32.08 56.35 -
YUV 154.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 239 103 197 0 0.57 0.18 0.06 318.53 0.81 0.67
Hex EF 67 C5 0 39 12 6 13F 51 43
Octal 357 147 305 0 71 22 6 477 121 103
Binary 11101111 1100111 11000101 0 111001 10010 110 100111111 1010001 1000011

Color Harmonies of #EF67C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67C5

Black with #EF67C5

Text Example


Text Example

White with #EF67C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67C5; }

 p { color: rgb(239,103,197); }

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

background-color css

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

 a { background-color: rgb(239,103,197); }

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

border-color css

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

 span { border-color: rgb(239,103,197); }

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