Html Css Color HEX #F764D2 Neon Pink

📋 copy color: '#F764D2'

red 247 ◦ green 100 ◦ blue 210

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

Shades of Neon Pink #F764D2

Tints of Neon Pink #F764D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 44.34%
G = 17.95%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F764D2 (or 0xF764D2) is known color: Neon Pink. HEX triplet: F7, 64 and D2. RGB value is (247,100,210). Sum of RGB (Red+Green+Blue) = 247+100+210=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F764D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764D2 is #089B2D. Grayscale: #9C9C9C. Windows color (decimal): -564014 or 13788407. OLE color: 13788407.

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

Color convert

RGB 247 100 210 -
CMYK 0 0.60 0.15 0.03
HSL 315.1º 0.9% 0.68% -
HSV(B) 315.1º 0.6% 0.97% -
XYZ 54.55 33.54 64.57 -
YUV 156.49 158.2 192.56 -
System Red Green Blue C M Y K H S L
Decimal 247 100 210 0 0.60 0.15 0.03 315.1 0.9 0.68
Hex F7 64 D2 0 3C F 3 13B 5A 44
Octal 367 144 322 0 74 17 3 473 132 104
Binary 11110111 1100100 11010010 0 111100 1111 11 100111011 1011010 1000100

Color Harmonies of #F764D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F764D2

Black with #F764D2

Text Example


Text Example

White with #F764D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F764D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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