Html Css Color HEX #F76AD4 Neon Pink

📋 copy color: '#F76AD4'

red 247 ◦ green 106 ◦ blue 212

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

Shades of Neon Pink #F76AD4

Tints of Neon Pink #F76AD4

RGB

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

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

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

R = 43.72%
G = 18.76%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F76AD4 (or 0xF76AD4) is known color: Neon Pink. HEX triplet: F7, 6A and D4. RGB value is (247,106,212). Sum of RGB (Red+Green+Blue) = 247+106+212=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F76AD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76AD4 is #08952B. Grayscale: #9F9F9F. Windows color (decimal): -562476 or 13921015. OLE color: 13921015.

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

Color convert

RGB 247 106 212 -
CMYK 0 0.57 0.14 0.03
HSL 314.89º 0.9% 0.69% -
HSV(B) 314.89º 0.57% 0.97% -
XYZ 55.4 34.84 66.09 -
YUV 160.24 157.21 189.88 -
System Red Green Blue C M Y K H S L
Decimal 247 106 212 0 0.57 0.14 0.03 314.89 0.9 0.69
Hex F7 6A D4 0 39 E 3 13B 5A 45
Octal 367 152 324 0 71 16 3 473 132 105
Binary 11110111 1101010 11010100 0 111001 1110 11 100111011 1011010 1000101

Color Harmonies of #F76AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76AD4

Black with #F76AD4

Text Example


Text Example

White with #F76AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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