Html Css Color HEX #F76ED4 Neon Pink

📋 copy color: '#F76ED4'

red 247 ◦ green 110 ◦ blue 212

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

Shades of Neon Pink #F76ED4

Tints of Neon Pink #F76ED4

RGB

 RED value IS 247 (96.88% from 255) = 43.41%

 GREEN value IS 110 (43.36% from 255) = 19.33%

 BLUE value IS 212 (83.2% from 255) = 37.26%

R = 43.41%
G = 19.33%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F76ED4 (or 0xF76ED4) is known color: Neon Pink. HEX triplet: F7, 6E and D4. RGB value is (247,110,212). Sum of RGB (Red+Green+Blue) = 247+110+212=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ED4 is #08912B. Grayscale: #A2A2A2. Windows color (decimal): -561452 or 13922039. OLE color: 13922039.

HSL color Cylindrical-coordinate representation of color #F76ED4: hue angle of 315.33º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76ED4 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 110 212 -
CMYK 0 0.55 0.14 0.03
HSL 315.33º 0.9% 0.7% -
HSV(B) 315.33º 0.55% 0.97% -
XYZ 55.82 35.68 66.23 -
YUV 162.59 155.89 188.21 -
System Red Green Blue C M Y K H S L
Decimal 247 110 212 0 0.55 0.14 0.03 315.33 0.9 0.7
Hex F7 6E D4 0 37 E 3 13B 5A 46
Octal 367 156 324 0 67 16 3 473 132 106
Binary 11110111 1101110 11010100 0 110111 1110 11 100111011 1011010 1000110

Color Harmonies of #F76ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76ED4

Black with #F76ED4

Text Example


Text Example

White with #F76ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76ED4; }

 p { color: rgb(247,110,212); }

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

background-color css

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

 a { background-color: rgb(247,110,212); }

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

border-color css

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

 span { border-color: rgb(247,110,212); }

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