Html Css Color HEX #F765C3 Neon Pink

📋 copy color: '#F765C3'

red 247 ◦ green 101 ◦ blue 195

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

Shades of Neon Pink #F765C3

Tints of Neon Pink #F765C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 35.91%

R = 45.49%
G = 18.6%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F765C3 (or 0xF765C3) is known color: Neon Pink. HEX triplet: F7, 65 and C3. RGB value is (247,101,195). Sum of RGB (Red+Green+Blue) = 247+101+195=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F765C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765C3 is #089A3C. Grayscale: #9B9B9B. Windows color (decimal): -563773 or 12805623. OLE color: 12805623.

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

Color convert

RGB 247 101 195 -
CMYK 0 0.59 0.21 0.03
HSL 321.37º 0.9% 0.68% -
HSV(B) 321.37º 0.59% 0.97% -
XYZ 52.86 33.02 55.22 -
YUV 155.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 247 101 195 0 0.59 0.21 0.03 321.37 0.9 0.68
Hex F7 65 C3 0 3B 15 3 141 5A 44
Octal 367 145 303 0 73 25 3 501 132 104
Binary 11110111 1100101 11000011 0 111011 10101 11 101000001 1011010 1000100

Color Harmonies of #F765C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F765C3

Black with #F765C3

Text Example


Text Example

White with #F765C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F765C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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