Html Css Color HEX #F766C7 Neon Pink

📋 copy color: '#F766C7'

red 247 ◦ green 102 ◦ blue 199

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

Shades of Neon Pink #F766C7

Tints of Neon Pink #F766C7

RGB

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

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

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

R = 45.07%
G = 18.61%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F766C7 (or 0xF766C7) is known color: Neon Pink. HEX triplet: F7, 66 and C7. RGB value is (247,102,199). Sum of RGB (Red+Green+Blue) = 247+102+199=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F766C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766C7 is #089938. Grayscale: #9C9C9C. Windows color (decimal): -563513 or 13068023. OLE color: 13068023.

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

Color convert

RGB 247 102 199 -
CMYK 0 0.59 0.19 0.03
HSL 319.86º 0.9% 0.68% -
HSV(B) 319.86º 0.59% 0.97% -
XYZ 53.42 33.4 57.66 -
YUV 156.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 247 102 199 0 0.59 0.19 0.03 319.86 0.9 0.68
Hex F7 66 C7 0 3B 13 3 140 5A 44
Octal 367 146 307 0 73 23 3 500 132 104
Binary 11110111 1100110 11000111 0 111011 10011 11 101000000 1011010 1000100

Color Harmonies of #F766C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766C7

Black with #F766C7

Text Example


Text Example

White with #F766C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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