Html Css Color HEX #EF67CF Neon Pink

📋 copy color: '#EF67CF'

red 239 ◦ green 103 ◦ blue 207

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

Shades of Neon Pink #EF67CF

Tints of Neon Pink #EF67CF

RGB

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

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

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

R = 43.53%
G = 18.76%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF67CF (or 0xEF67CF) is known color: Neon Pink. HEX triplet: EF, 67 and CF. RGB value is (239,103,207). Sum of RGB (Red+Green+Blue) = 239+103+207=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF67CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF67CF is #109830. Grayscale: #9B9B9B. Windows color (decimal): -1087537 or 13592559. OLE color: 13592559.

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

Color convert

RGB 239 103 207 -
CMYK 0 0.57 0.13 0.06
HSL 314.12º 0.81% 0.67% -
HSV(B) 314.12º 0.57% 0.94% -
XYZ 51.71 32.56 62.59 -
YUV 155.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 239 103 207 0 0.57 0.13 0.06 314.12 0.81 0.67
Hex EF 67 CF 0 39 D 6 13A 51 43
Octal 357 147 317 0 71 15 6 472 121 103
Binary 11101111 1100111 11001111 0 111001 1101 110 100111010 1010001 1000011

Color Harmonies of #EF67CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF67CF

Black with #EF67CF

Text Example


Text Example

White with #EF67CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF67CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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