Html Css Color HEX #F768C8 Neon Pink

📋 copy color: '#F768C8'

red 247 ◦ green 104 ◦ blue 200

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

Shades of Neon Pink #F768C8

Tints of Neon Pink #F768C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.3%

R = 44.83%
G = 18.87%
B = 36.3%

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

#F768C8 (or 0xF768C8) is known color: Neon Pink. HEX triplet: F7, 68 and C8. RGB value is (247,104,200). Sum of RGB (Red+Green+Blue) = 247+104+200=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 104 (41.02% from 255 or 18.87% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F768C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768C8 is #089737. Grayscale: #9D9D9D. Windows color (decimal): -563000 or 13134071. OLE color: 13134071.

HSL color Cylindrical-coordinate representation of color #F768C8: hue angle of 319.72º 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 #F768C8 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 104 200 -
CMYK 0 0.58 0.19 0.03
HSL 319.72º 0.9% 0.69% -
HSV(B) 319.72º 0.58% 0.97% -
XYZ 53.73 33.84 58.34 -
YUV 157.7 151.88 191.69 -
System Red Green Blue C M Y K H S L
Decimal 247 104 200 0 0.58 0.19 0.03 319.72 0.9 0.69
Hex F7 68 C8 0 3A 13 3 140 5A 45
Octal 367 150 310 0 72 23 3 500 132 105
Binary 11110111 1101000 11001000 0 111010 10011 11 101000000 1011010 1000101

Color Harmonies of #F768C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768C8

Black with #F768C8

Text Example


Text Example

White with #F768C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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