Html Css Color HEX #F976D1 Neon Pink

📋 copy color: '#F976D1'

red 249 ◦ green 118 ◦ blue 209

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

Shades of Neon Pink #F976D1

Tints of Neon Pink #F976D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.28%

R = 43.23%
G = 20.49%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#F976D1 (or 0xF976D1) is known color: Neon Pink. HEX triplet: F9, 76 and D1. RGB value is (249,118,209). Sum of RGB (Red+Green+Blue) = 249+118+209=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F976D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976D1 is #06892E. Grayscale: #A7A7A7. Windows color (decimal): -428335 or 13727481. OLE color: 13727481.

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

Color convert

RGB 249 118 209 -
CMYK 0 0.53 0.16 0.02
HSL 318.32º 0.92% 0.72% -
HSV(B) 318.32º 0.53% 0.98% -
XYZ 57.05 37.7 64.59 -
YUV 167.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 249 118 209 0 0.53 0.16 0.02 318.32 0.92 0.72
Hex F9 76 D1 0 35 10 2 13E 5C 48
Octal 371 166 321 0 65 20 2 476 134 110
Binary 11111001 1110110 11010001 0 110101 10000 10 100111110 1011100 1001000

Color Harmonies of #F976D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976D1

Black with #F976D1

Text Example


Text Example

White with #F976D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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