Html Css Color HEX #F976D4 Neon Pink

📋 copy color: '#F976D4'

red 249 ◦ green 118 ◦ blue 212

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

Shades of Neon Pink #F976D4

Tints of Neon Pink #F976D4

RGB

 RED value IS 249 (97.66% from 255) = 43.01%

 GREEN value IS 118 (46.48% from 255) = 20.38%

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

R = 43.01%
G = 20.38%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F976D4 (or 0xF976D4) is known color: Neon Pink. HEX triplet: F9, 76 and D4. RGB value is (249,118,212). Sum of RGB (Red+Green+Blue) = 249+118+212=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F976D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976D4 is #06892B. Grayscale: #A7A7A7. Windows color (decimal): -428332 or 13924089. OLE color: 13924089.

HSL color Cylindrical-coordinate representation of color #F976D4: hue angle of 316.95º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F976D4 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 118 212 -
CMYK 0 0.53 0.15 0.02
HSL 316.95º 0.92% 0.72% -
HSV(B) 316.95º 0.53% 0.98% -
XYZ 57.43 37.85 66.57 -
YUV 167.89 152.9 185.86 -
System Red Green Blue C M Y K H S L
Decimal 249 118 212 0 0.53 0.15 0.02 316.95 0.92 0.72
Hex F9 76 D4 0 35 F 2 13D 5C 48
Octal 371 166 324 0 65 17 2 475 134 110
Binary 11111001 1110110 11010100 0 110101 1111 10 100111101 1011100 1001000

Color Harmonies of #F976D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976D4

Black with #F976D4

Text Example


Text Example

White with #F976D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976D4; }

 p { color: rgb(249,118,212); }

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

background-color css

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

 a { background-color: rgb(249,118,212); }

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

border-color css

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

 span { border-color: rgb(249,118,212); }

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