Html Css Color HEX #F765CE Neon Pink

📋 copy color: '#F765CE'

red 247 ◦ green 101 ◦ blue 206

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

Shades of Neon Pink #F765CE

Tints of Neon Pink #F765CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.23%

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

R = 44.58%
G = 18.23%
B = 37.18%

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

#F765CE (or 0xF765CE) is known color: Neon Pink. HEX triplet: F7, 65 and CE. RGB value is (247,101,206). Sum of RGB (Red+Green+Blue) = 247+101+206=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F765CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765CE is #089A31. Grayscale: #9C9C9C. Windows color (decimal): -563762 or 13526519. OLE color: 13526519.

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

Color convert

RGB 247 101 206 -
CMYK 0 0.59 0.17 0.03
HSL 316.85º 0.9% 0.68% -
HSV(B) 316.85º 0.59% 0.97% -
XYZ 54.15 33.54 62.01 -
YUV 156.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 247 101 206 0 0.59 0.17 0.03 316.85 0.9 0.68
Hex F7 65 CE 0 3B 11 3 13D 5A 44
Octal 367 145 316 0 73 21 3 475 132 104
Binary 11110111 1100101 11001110 0 111011 10001 11 100111101 1011010 1000100

Color Harmonies of #F765CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765CE

Black with #F765CE

Text Example


Text Example

White with #F765CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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