Html Css Color HEX #F765C8 Neon Pink

📋 copy color: '#F765C8'

red 247 ◦ green 101 ◦ blue 200

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

Shades of Neon Pink #F765C8

Tints of Neon Pink #F765C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.5%

R = 45.07%
G = 18.43%
B = 36.5%

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

#F765C8 (or 0xF765C8) is known color: Neon Pink. HEX triplet: F7, 65 and C8. RGB value is (247,101,200). Sum of RGB (Red+Green+Blue) = 247+101+200=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 200 (78.52% from 255 or 36.50% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F765C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765C8 is #089A37. Grayscale: #9B9B9B. Windows color (decimal): -563768 or 13133303. OLE color: 13133303.

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

Color convert

RGB 247 101 200 -
CMYK 0 0.59 0.19 0.03
HSL 319.32º 0.9% 0.68% -
HSV(B) 319.32º 0.59% 0.97% -
XYZ 53.44 33.25 58.25 -
YUV 155.94 152.87 192.95 -
System Red Green Blue C M Y K H S L
Decimal 247 101 200 0 0.59 0.19 0.03 319.32 0.9 0.68
Hex F7 65 C8 0 3B 13 3 13F 5A 44
Octal 367 145 310 0 73 23 3 477 132 104
Binary 11110111 1100101 11001000 0 111011 10011 11 100111111 1011010 1000100

Color Harmonies of #F765C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765C8

Black with #F765C8

Text Example


Text Example

White with #F765C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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