Html Css Color HEX #F976CE Neon Pink

📋 copy color: '#F976CE'

red 249 ◦ green 118 ◦ blue 206

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

Shades of Neon Pink #F976CE

Tints of Neon Pink #F976CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.95%

R = 43.46%
G = 20.59%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F976CE (or 0xF976CE) is known color: Neon Pink. HEX triplet: F9, 76 and CE. RGB value is (249,118,206). Sum of RGB (Red+Green+Blue) = 249+118+206=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 249 - color contains mainly: red. Hex color #F976CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F976CE is #068931. Grayscale: #A6A6A6. Windows color (decimal): -428338 or 13530873. OLE color: 13530873.

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

Color convert

RGB 249 118 206 -
CMYK 0 0.53 0.17 0.02
HSL 319.69º 0.92% 0.72% -
HSV(B) 319.69º 0.53% 0.98% -
XYZ 56.69 37.55 62.65 -
YUV 167.2 149.9 186.34 -
System Red Green Blue C M Y K H S L
Decimal 249 118 206 0 0.53 0.17 0.02 319.69 0.92 0.72
Hex F9 76 CE 0 35 11 2 140 5C 48
Octal 371 166 316 0 65 21 2 500 134 110
Binary 11111001 1110110 11001110 0 110101 10001 10 101000000 1011100 1001000

Color Harmonies of #F976CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F976CE

Black with #F976CE

Text Example


Text Example

White with #F976CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F976CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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