Html Css Color HEX #F768C4 Neon Pink

📋 copy color: '#F768C4'

red 247 ◦ green 104 ◦ blue 196

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

Shades of Neon Pink #F768C4

Tints of Neon Pink #F768C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.83%

R = 45.16%
G = 19.01%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F768C4 (or 0xF768C4) is known color: Neon Pink. HEX triplet: F7, 68 and C4. RGB value is (247,104,196). Sum of RGB (Red+Green+Blue) = 247+104+196=547 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.16% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 247 - color contains mainly: red. Hex color #F768C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768C4 is #08973B. Grayscale: #9D9D9D. Windows color (decimal): -563004 or 12871927. OLE color: 12871927.

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

Color convert

RGB 247 104 196 -
CMYK 0 0.58 0.21 0.03
HSL 321.4º 0.9% 0.69% -
HSV(B) 321.4º 0.58% 0.97% -
XYZ 53.27 33.66 55.91 -
YUV 157.25 149.88 192.02 -
System Red Green Blue C M Y K H S L
Decimal 247 104 196 0 0.58 0.21 0.03 321.4 0.9 0.69
Hex F7 68 C4 0 3A 15 3 141 5A 45
Octal 367 150 304 0 72 25 3 501 132 105
Binary 11110111 1101000 11000100 0 111010 10101 11 101000001 1011010 1000101

Color Harmonies of #F768C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768C4

Black with #F768C4

Text Example


Text Example

White with #F768C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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