Html Css Color HEX #F977D3 Neon Pink

📋 copy color: '#F977D3'

red 249 ◦ green 119 ◦ blue 211

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

Shades of Neon Pink #F977D3

Tints of Neon Pink #F977D3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.55%

 BLUE value IS 211 (82.81% from 255) = 36.44%

R = 43.01%
G = 20.55%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#F977D3 (or 0xF977D3) is known color: Neon Pink. HEX triplet: F9, 77 and D3. RGB value is (249,119,211). Sum of RGB (Red+Green+Blue) = 249+119+211=579 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.01% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 211 (82.81% from 255 or 36.44% from 579); Max value from RGB is 249 - color contains mainly: red. Hex color #F977D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F977D3 is #06882C. Grayscale: #A8A8A8. Windows color (decimal): -428077 or 13858809. OLE color: 13858809.

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

Color convert

RGB 249 119 211 -
CMYK 0 0.52 0.15 0.02
HSL 317.54º 0.92% 0.72% -
HSV(B) 317.54º 0.52% 0.98% -
XYZ 57.42 38.04 65.94 -
YUV 168.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 249 119 211 0 0.52 0.15 0.02 317.54 0.92 0.72
Hex F9 77 D3 0 34 F 2 13E 5C 48
Octal 371 167 323 0 64 17 2 476 134 110
Binary 11111001 1110111 11010011 0 110100 1111 10 100111110 1011100 1001000

Color Harmonies of #F977D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F977D3

Black with #F977D3

Text Example


Text Example

White with #F977D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F977D3; }

 p { color: rgb(249,119,211); }

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

background-color css

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

 a { background-color: rgb(249,119,211); }

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

border-color css

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

 span { border-color: rgb(249,119,211); }

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