Html Css Color HEX #F768CC Neon Pink

📋 copy color: '#F768CC'

red 247 ◦ green 104 ◦ blue 204

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

Shades of Neon Pink #F768CC

Tints of Neon Pink #F768CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.76%

R = 44.5%
G = 18.74%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F768CC (or 0xF768CC) is known color: Neon Pink. HEX triplet: F7, 68 and CC. RGB value is (247,104,204). Sum of RGB (Red+Green+Blue) = 247+104+204=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F768CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768CC is #089733. Grayscale: #9D9D9D. Windows color (decimal): -562996 or 13396215. OLE color: 13396215.

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

Color convert

RGB 247 104 204 -
CMYK 0 0.58 0.17 0.03
HSL 318.04º 0.9% 0.69% -
HSV(B) 318.04º 0.58% 0.97% -
XYZ 54.21 34.03 60.84 -
YUV 158.16 153.88 191.37 -
System Red Green Blue C M Y K H S L
Decimal 247 104 204 0 0.58 0.17 0.03 318.04 0.9 0.69
Hex F7 68 CC 0 3A 11 3 13E 5A 45
Octal 367 150 314 0 72 21 3 476 132 105
Binary 11110111 1101000 11001100 0 111010 10001 11 100111110 1011010 1000101

Color Harmonies of #F768CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768CC

Black with #F768CC

Text Example


Text Example

White with #F768CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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