Html Css Color HEX #F76ACC Neon Pink

📋 copy color: '#F76ACC'

red 247 ◦ green 106 ◦ blue 204

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

Shades of Neon Pink #F76ACC

Tints of Neon Pink #F76ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.03%

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 44.34%
G = 19.03%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F76ACC (or 0xF76ACC) is known color: Neon Pink. HEX triplet: F7, 6A and CC. RGB value is (247,106,204). Sum of RGB (Red+Green+Blue) = 247+106+204=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ACC is #089533. Grayscale: #9F9F9F. Windows color (decimal): -562484 or 13396727. OLE color: 13396727.

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

Color convert

RGB 247 106 204 -
CMYK 0 0.57 0.17 0.03
HSL 318.3º 0.9% 0.69% -
HSV(B) 318.3º 0.57% 0.97% -
XYZ 54.41 34.44 60.91 -
YUV 159.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 247 106 204 0 0.57 0.17 0.03 318.3 0.9 0.69
Hex F7 6A CC 0 39 11 3 13E 5A 45
Octal 367 152 314 0 71 21 3 476 132 105
Binary 11110111 1101010 11001100 0 111001 10001 11 100111110 1011010 1000101

Color Harmonies of #F76ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76ACC

Black with #F76ACC

Text Example


Text Example

White with #F76ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76ACC; }

 p { color: rgb(247,106,204); }

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

background-color css

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

 a { background-color: rgb(247,106,204); }

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

border-color css

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

 span { border-color: rgb(247,106,204); }

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