Html Css Color HEX #F979CE Neon Pink

📋 copy color: '#F979CE'

red 249 ◦ green 121 ◦ blue 206

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

Shades of Neon Pink #F979CE

Tints of Neon Pink #F979CE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.01%

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

R = 43.23%
G = 21.01%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F979CE (or 0xF979CE) is known color: Neon Pink. HEX triplet: F9, 79 and CE. RGB value is (249,121,206). Sum of RGB (Red+Green+Blue) = 249+121+206=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 121 (47.66% from 255 or 21.01% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F979CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F979CE is #068631. Grayscale: #A8A8A8. Windows color (decimal): -427570 or 13531641. OLE color: 13531641.

HSL color Cylindrical-coordinate representation of color #F979CE: hue angle of 320.16º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F979CE is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 121 206 -
CMYK 0 0.51 0.17 0.02
HSL 320.16º 0.91% 0.73% -
HSV(B) 320.16º 0.51% 0.98% -
XYZ 57.04 38.27 62.77 -
YUV 168.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 249 121 206 0 0.51 0.17 0.02 320.16 0.91 0.73
Hex F9 79 CE 0 33 11 2 140 5B 49
Octal 371 171 316 0 63 21 2 500 133 111
Binary 11111001 1111001 11001110 0 110011 10001 10 101000000 1011011 1001001

Color Harmonies of #F979CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F979CE

Black with #F979CE

Text Example


Text Example

White with #F979CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F979CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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