Html Css Color HEX #EF67C9 Neon Pink

📋 copy color: '#EF67C9'

red 239 ◦ green 103 ◦ blue 201

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

Shades of Neon Pink #EF67C9

Tints of Neon Pink #EF67C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.02%

R = 44.01%
G = 18.97%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EF67C9 (or 0xEF67C9) is known color: Neon Pink. HEX triplet: EF, 67 and C9. RGB value is (239,103,201). Sum of RGB (Red+Green+Blue) = 239+103+201=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67C9 is #109836. Grayscale: #9A9A9A. Windows color (decimal): -1087543 or 13199343. OLE color: 13199343.

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

Color convert

RGB 239 103 201 -
CMYK 0 0.57 0.16 0.06
HSL 316.76º 0.81% 0.67% -
HSV(B) 316.76º 0.57% 0.94% -
XYZ 50.99 32.27 58.8 -
YUV 154.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 239 103 201 0 0.57 0.16 0.06 316.76 0.81 0.67
Hex EF 67 C9 0 39 10 6 13D 51 43
Octal 357 147 311 0 71 20 6 475 121 103
Binary 11101111 1100111 11001001 0 111001 10000 110 100111101 1010001 1000011

Color Harmonies of #EF67C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67C9

Black with #EF67C9

Text Example


Text Example

White with #EF67C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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