Html Css Color HEX #F76AD0 Neon Pink

📋 copy color: '#F76AD0'

red 247 ◦ green 106 ◦ blue 208

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

Shades of Neon Pink #F76AD0

Tints of Neon Pink #F76AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.08%

R = 44.03%
G = 18.89%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F76AD0 (or 0xF76AD0) is known color: Neon Pink. HEX triplet: F7, 6A and D0. RGB value is (247,106,208). Sum of RGB (Red+Green+Blue) = 247+106+208=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 106 (41.80% from 255 or 18.89% from 561); Blue value is 208 (81.64% from 255 or 37.08% from 561); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AD0 is #08952F. Grayscale: #9F9F9F. Windows color (decimal): -562480 or 13658871. OLE color: 13658871.

HSL color Cylindrical-coordinate representation of color #F76AD0: hue angle of 316.6º 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 #F76AD0 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 106 208 -
CMYK 0 0.57 0.16 0.03
HSL 316.6º 0.9% 0.69% -
HSV(B) 316.6º 0.57% 0.97% -
XYZ 54.9 34.64 63.47 -
YUV 159.79 155.21 190.21 -
System Red Green Blue C M Y K H S L
Decimal 247 106 208 0 0.57 0.16 0.03 316.6 0.9 0.69
Hex F7 6A D0 0 39 10 3 13D 5A 45
Octal 367 152 320 0 71 20 3 475 132 105
Binary 11110111 1101010 11010000 0 111001 10000 11 100111101 1011010 1000101

Color Harmonies of #F76AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76AD0

Black with #F76AD0

Text Example


Text Example

White with #F76AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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