Html Css Color HEX #F766CE Neon Pink

📋 copy color: '#F766CE'

red 247 ◦ green 102 ◦ blue 206

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

Shades of Neon Pink #F766CE

Tints of Neon Pink #F766CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.12%

R = 44.5%
G = 18.38%
B = 37.12%

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

#F766CE (or 0xF766CE) is known color: Neon Pink. HEX triplet: F7, 66 and CE. RGB value is (247,102,206). Sum of RGB (Red+Green+Blue) = 247+102+206=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 206 (80.86% from 255 or 37.12% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F766CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766CE is #089931. Grayscale: #9C9C9C. Windows color (decimal): -563506 or 13526775. OLE color: 13526775.

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

Color convert

RGB 247 102 206 -
CMYK 0 0.59 0.17 0.03
HSL 316.97º 0.9% 0.68% -
HSV(B) 316.97º 0.59% 0.97% -
XYZ 54.25 33.73 62.04 -
YUV 157.21 155.54 192.04 -
System Red Green Blue C M Y K H S L
Decimal 247 102 206 0 0.59 0.17 0.03 316.97 0.9 0.68
Hex F7 66 CE 0 3B 11 3 13D 5A 44
Octal 367 146 316 0 73 21 3 475 132 104
Binary 11110111 1100110 11001110 0 111011 10001 11 100111101 1011010 1000100

Color Harmonies of #F766CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F766CE

Black with #F766CE

Text Example


Text Example

White with #F766CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F766CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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