Html Css Color HEX #F766CC Neon Pink

📋 copy color: '#F766CC'

red 247 ◦ green 102 ◦ blue 204

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

Shades of Neon Pink #F766CC

Tints of Neon Pink #F766CC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.44%

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

R = 44.67%
G = 18.44%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F766CC (or 0xF766CC) is known color: Neon Pink. HEX triplet: F7, 66 and CC. RGB value is (247,102,204). Sum of RGB (Red+Green+Blue) = 247+102+204=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F766CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766CC is #089933. Grayscale: #9C9C9C. Windows color (decimal): -563508 or 13395703. OLE color: 13395703.

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

Color convert

RGB 247 102 204 -
CMYK 0 0.59 0.17 0.03
HSL 317.79º 0.9% 0.68% -
HSV(B) 317.79º 0.59% 0.97% -
XYZ 54.01 33.64 60.77 -
YUV 156.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 247 102 204 0 0.59 0.17 0.03 317.79 0.9 0.68
Hex F7 66 CC 0 3B 11 3 13E 5A 44
Octal 367 146 314 0 73 21 3 476 132 104
Binary 11110111 1100110 11001100 0 111011 10001 11 100111110 1011010 1000100

Color Harmonies of #F766CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766CC

Black with #F766CC

Text Example


Text Example

White with #F766CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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