Html Css Color HEX #EF69C7 Neon Pink

📋 copy color: '#EF69C7'

red 239 ◦ green 105 ◦ blue 199

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

Shades of Neon Pink #EF69C7

Tints of Neon Pink #EF69C7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.34%

 BLUE value IS 199 (78.13% from 255) = 36.65%

R = 44.01%
G = 19.34%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF69C7 (or 0xEF69C7) is known color: Neon Pink. HEX triplet: EF, 69 and C7. RGB value is (239,105,199). Sum of RGB (Red+Green+Blue) = 239+105+199=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69C7 is #109638. Grayscale: #9B9B9B. Windows color (decimal): -1087033 or 13068783. OLE color: 13068783.

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

Color convert

RGB 239 105 199 -
CMYK 0 0.56 0.17 0.06
HSL 317.91º 0.81% 0.67% -
HSV(B) 317.91º 0.56% 0.94% -
XYZ 50.96 32.58 57.64 -
YUV 155.78 152.39 187.36 -
System Red Green Blue C M Y K H S L
Decimal 239 105 199 0 0.56 0.17 0.06 317.91 0.81 0.67
Hex EF 69 C7 0 38 11 6 13E 51 43
Octal 357 151 307 0 70 21 6 476 121 103
Binary 11101111 1101001 11000111 0 111000 10001 110 100111110 1010001 1000011

Color Harmonies of #EF69C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69C7

Black with #EF69C7

Text Example


Text Example

White with #EF69C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69C7; }

 p { color: rgb(239,105,199); }

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

background-color css

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

 a { background-color: rgb(239,105,199); }

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

border-color css

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

 span { border-color: rgb(239,105,199); }

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