Html Css Color HEX #F764CC Neon Pink

📋 copy color: '#F764CC'

red 247 ◦ green 100 ◦ blue 204

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

Shades of Neon Pink #F764CC

Tints of Neon Pink #F764CC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.15%

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

R = 44.83%
G = 18.15%
B = 37.02%

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

#F764CC (or 0xF764CC) is known color: Neon Pink. HEX triplet: F7, 64 and CC. RGB value is (247,100,204). Sum of RGB (Red+Green+Blue) = 247+100+204=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F764CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764CC is #089B33. Grayscale: #9B9B9B. Windows color (decimal): -564020 or 13395191. OLE color: 13395191.

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

Color convert

RGB 247 100 204 -
CMYK 0 0.60 0.17 0.03
HSL 317.55º 0.9% 0.68% -
HSV(B) 317.55º 0.6% 0.97% -
XYZ 53.81 33.25 60.71 -
YUV 155.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 247 100 204 0 0.60 0.17 0.03 317.55 0.9 0.68
Hex F7 64 CC 0 3C 11 3 13E 5A 44
Octal 367 144 314 0 74 21 3 476 132 104
Binary 11110111 1100100 11001100 0 111100 10001 11 100111110 1011010 1000100

Color Harmonies of #F764CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764CC

Black with #F764CC

Text Example


Text Example

White with #F764CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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