Html Css Color HEX #F079CE Neon Pink

📋 copy color: '#F079CE'

red 240 ◦ green 121 ◦ blue 206

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

Shades of Neon Pink #F079CE

Tints of Neon Pink #F079CE

RGB

 RED value IS 240 (94.14% from 255) = 42.33%

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

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

R = 42.33%
G = 21.34%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F079CE (or 0xF079CE) is known color: Neon Pink. HEX triplet: F0, 79 and CE. RGB value is (240,121,206). Sum of RGB (Red+Green+Blue) = 240+121+206=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F079CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079CE is #0F8631. Grayscale: #A6A6A6. Windows color (decimal): -1017394 or 13531632. OLE color: 13531632.

HSL color Cylindrical-coordinate representation of color #F079CE: hue angle of 317.14º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079CE is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 206 -
CMYK 0 0.50 0.14 0.06
HSL 317.14º 0.8% 0.71% -
HSV(B) 317.14º 0.5% 0.94% -
XYZ 53.91 36.66 62.63 -
YUV 166.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 240 121 206 0 0.50 0.14 0.06 317.14 0.8 0.71
Hex F0 79 CE 0 32 E 6 13D 50 47
Octal 360 171 316 0 62 16 6 475 120 107
Binary 11110000 1111001 11001110 0 110010 1110 110 100111101 1010000 1000111

Color Harmonies of #F079CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F079CE

Black with #F079CE

Text Example


Text Example

White with #F079CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F079CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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