Html Css Color HEX #F779D4 Neon Pink

📋 copy color: '#F779D4'

red 247 ◦ green 121 ◦ blue 212

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

Shades of Neon Pink #F779D4

Tints of Neon Pink #F779D4

RGB

 RED value IS 247 (96.88% from 255) = 42.59%

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

 BLUE value IS 212 (83.2% from 255) = 36.55%

R = 42.59%
G = 20.86%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F779D4 (or 0xF779D4) is known color: Neon Pink. HEX triplet: F7, 79 and D4. RGB value is (247,121,212). Sum of RGB (Red+Green+Blue) = 247+121+212=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 121 (47.66% from 255 or 20.86% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 247 - color contains mainly: red. Hex color #F779D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F779D4 is #08862B. Grayscale: #A8A8A8. Windows color (decimal): -558636 or 13924855. OLE color: 13924855.

HSL color Cylindrical-coordinate representation of color #F779D4: hue angle of 316.67º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F779D4 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 121 212 -
CMYK 0 0.51 0.14 0.03
HSL 316.67º 0.89% 0.72% -
HSV(B) 316.67º 0.51% 0.97% -
XYZ 57.08 38.2 66.65 -
YUV 169.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 247 121 212 0 0.51 0.14 0.03 316.67 0.89 0.72
Hex F7 79 D4 0 33 E 3 13D 59 48
Octal 367 171 324 0 63 16 3 475 131 110
Binary 11110111 1111001 11010100 0 110011 1110 11 100111101 1011001 1001000

Color Harmonies of #F779D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F779D4

Black with #F779D4

Text Example


Text Example

White with #F779D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F779D4; }

 p { color: rgb(247,121,212); }

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

background-color css

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

 a { background-color: rgb(247,121,212); }

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

border-color css

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

 span { border-color: rgb(247,121,212); }

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