Html Css Color HEX #EF7ACF Neon Pink

📋 copy color: '#EF7ACF'

red 239 ◦ green 122 ◦ blue 207

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

Shades of Neon Pink #EF7ACF

Tints of Neon Pink #EF7ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.48%

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

R = 42.08%
G = 21.48%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EF7ACF (or 0xEF7ACF) is known color: Neon Pink. HEX triplet: EF, 7A and CF. RGB value is (239,122,207). Sum of RGB (Red+Green+Blue) = 239+122+207=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 122 (48.05% from 255 or 21.48% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ACF is #108530. Grayscale: #A6A6A6. Windows color (decimal): -1082673 or 13597423. OLE color: 13597423.

HSL color Cylindrical-coordinate representation of color #EF7ACF: hue angle of 316.41º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7ACF is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 122 207 -
CMYK 0 0.49 0.13 0.06
HSL 316.41º 0.79% 0.71% -
HSV(B) 316.41º 0.49% 0.94% -
XYZ 53.82 36.77 63.29 -
YUV 166.67 150.76 179.59 -
System Red Green Blue C M Y K H S L
Decimal 239 122 207 0 0.49 0.13 0.06 316.41 0.79 0.71
Hex EF 7A CF 0 31 D 6 13C 4F 47
Octal 357 172 317 0 61 15 6 474 117 107
Binary 11101111 1111010 11001111 0 110001 1101 110 100111100 1001111 1000111

Color Harmonies of #EF7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7ACF

Black with #EF7ACF

Text Example


Text Example

White with #EF7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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