Html Css Color HEX #F763CC Neon Pink

📋 copy color: '#F763CC'

red 247 ◦ green 99 ◦ blue 204

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

Shades of Neon Pink #F763CC

Tints of Neon Pink #F763CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18%

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 44.91%
G = 18%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F763CC (or 0xF763CC) is known color: Neon Pink. HEX triplet: F7, 63 and CC. RGB value is (247,99,204). Sum of RGB (Red+Green+Blue) = 247+99+204=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F763CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763CC is #089C33. Grayscale: #9A9A9A. Windows color (decimal): -564276 or 13394935. OLE color: 13394935.

HSL color Cylindrical-coordinate representation of color #F763CC: hue angle of 317.43º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F763CC is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 99 204 -
CMYK 0 0.60 0.17 0.03
HSL 317.43º 0.9% 0.68% -
HSV(B) 317.43º 0.6% 0.97% -
XYZ 53.72 33.06 60.68 -
YUV 155.22 155.53 193.46 -
System Red Green Blue C M Y K H S L
Decimal 247 99 204 0 0.60 0.17 0.03 317.43 0.9 0.68
Hex F7 63 CC 0 3C 11 3 13D 5A 44
Octal 367 143 314 0 74 21 3 475 132 104
Binary 11110111 1100011 11001100 0 111100 10001 11 100111101 1011010 1000100

Color Harmonies of #F763CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F763CC

Black with #F763CC

Text Example


Text Example

White with #F763CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F763CC; }

 p { color: rgb(247,99,204); }

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

background-color css

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

 a { background-color: rgb(247,99,204); }

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

border-color css

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

 span { border-color: rgb(247,99,204); }

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