Html Css Color HEX #EF67CC Neon Pink

📋 copy color: '#EF67CC'

red 239 ◦ green 103 ◦ blue 204

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

Shades of Neon Pink #EF67CC

Tints of Neon Pink #EF67CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 43.77%
G = 18.86%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF67CC (or 0xEF67CC) is known color: Neon Pink. HEX triplet: EF, 67 and CC. RGB value is (239,103,204). Sum of RGB (Red+Green+Blue) = 239+103+204=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67CC is #109833. Grayscale: #9A9A9A. Windows color (decimal): -1087540 or 13395951. OLE color: 13395951.

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

Color convert

RGB 239 103 204 -
CMYK 0 0.57 0.15 0.06
HSL 315.44º 0.81% 0.67% -
HSV(B) 315.44º 0.57% 0.94% -
XYZ 51.35 32.41 60.68 -
YUV 155.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 239 103 204 0 0.57 0.15 0.06 315.44 0.81 0.67
Hex EF 67 CC 0 39 F 6 13B 51 43
Octal 357 147 314 0 71 17 6 473 121 103
Binary 11101111 1100111 11001100 0 111001 1111 110 100111011 1010001 1000011

Color Harmonies of #EF67CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67CC

Black with #EF67CC

Text Example


Text Example

White with #EF67CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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