Html Css Color HEX #F768C7 Neon Pink

📋 copy color: '#F768C7'

red 247 ◦ green 104 ◦ blue 199

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

Shades of Neon Pink #F768C7

Tints of Neon Pink #F768C7

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.91%

 BLUE value IS 199 (78.13% from 255) = 36.18%

R = 44.91%
G = 18.91%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F768C7 (or 0xF768C7) is known color: Neon Pink. HEX triplet: F7, 68 and C7. RGB value is (247,104,199). Sum of RGB (Red+Green+Blue) = 247+104+199=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 104 (41.02% from 255 or 18.91% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F768C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768C7 is #089738. Grayscale: #9D9D9D. Windows color (decimal): -563001 or 13068535. OLE color: 13068535.

HSL color Cylindrical-coordinate representation of color #F768C7: hue angle of 320.14º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F768C7 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 104 199 -
CMYK 0 0.58 0.19 0.03
HSL 320.14º 0.9% 0.69% -
HSV(B) 320.14º 0.58% 0.97% -
XYZ 53.62 33.8 57.73 -
YUV 157.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 247 104 199 0 0.58 0.19 0.03 320.14 0.9 0.69
Hex F7 68 C7 0 3A 13 3 140 5A 45
Octal 367 150 307 0 72 23 3 500 132 105
Binary 11110111 1101000 11000111 0 111010 10011 11 101000000 1011010 1000101

Color Harmonies of #F768C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768C7

Black with #F768C7

Text Example


Text Example

White with #F768C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768C7; }

 p { color: rgb(247,104,199); }

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

background-color css

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

 a { background-color: rgb(247,104,199); }

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

border-color css

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

 span { border-color: rgb(247,104,199); }

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