Html Css Color HEX #EF69C5 Neon Pink

📋 copy color: '#EF69C5'

red 239 ◦ green 105 ◦ blue 197

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

Shades of Neon Pink #EF69C5

Tints of Neon Pink #EF69C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.41%

R = 44.18%
G = 19.41%
B = 36.41%

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

#EF69C5 (or 0xEF69C5) is known color: Neon Pink. HEX triplet: EF, 69 and C5. RGB value is (239,105,197). Sum of RGB (Red+Green+Blue) = 239+105+197=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EF69C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF69C5 is #10963A. Grayscale: #9B9B9B. Windows color (decimal): -1087035 or 12937711. OLE color: 12937711.

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

Color convert

RGB 239 105 197 -
CMYK 0 0.56 0.18 0.06
HSL 318.81º 0.81% 0.67% -
HSV(B) 318.81º 0.56% 0.94% -
XYZ 50.73 32.49 56.42 -
YUV 155.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 239 105 197 0 0.56 0.18 0.06 318.81 0.81 0.67
Hex EF 69 C5 0 38 12 6 13F 51 43
Octal 357 151 305 0 70 22 6 477 121 103
Binary 11101111 1101001 11000101 0 111000 10010 110 100111111 1010001 1000011

Color Harmonies of #EF69C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF69C5

Black with #EF69C5

Text Example


Text Example

White with #EF69C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF69C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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