Html Css Color HEX #EF69C4 Neon Pink

📋 copy color: '#EF69C4'

red 239 ◦ green 105 ◦ blue 196

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

Shades of Neon Pink #EF69C4

Tints of Neon Pink #EF69C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.3%

R = 44.26%
G = 19.44%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EF69C4 (or 0xEF69C4) is known color: Neon Pink. HEX triplet: EF, 69 and C4. RGB value is (239,105,196). Sum of RGB (Red+Green+Blue) = 239+105+196=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69C4 is #10963B. Grayscale: #9B9B9B. Windows color (decimal): -1087036 or 12872175. OLE color: 12872175.

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

Color convert

RGB 239 105 196 -
CMYK 0 0.56 0.18 0.06
HSL 319.25º 0.81% 0.67% -
HSV(B) 319.25º 0.56% 0.94% -
XYZ 50.61 32.44 55.82 -
YUV 155.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 239 105 196 0 0.56 0.18 0.06 319.25 0.81 0.67
Hex EF 69 C4 0 38 12 6 13F 51 43
Octal 357 151 304 0 70 22 6 477 121 103
Binary 11101111 1101001 11000100 0 111000 10010 110 100111111 1010001 1000011

Color Harmonies of #EF69C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69C4

Black with #EF69C4

Text Example


Text Example

White with #EF69C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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