Html Css Color HEX #F750C0 Neon Pink

📋 copy color: '#F750C0'

red 247 ◦ green 80 ◦ blue 192

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

Shades of Neon Pink #F750C0

Tints of Neon Pink #F750C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.41%

 BLUE value IS 192 (75.39% from 255) = 36.99%

R = 47.59%
G = 15.41%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F750C0 (or 0xF750C0) is known color: Neon Pink. HEX triplet: F7, 50 and C0. RGB value is (247,80,192). Sum of RGB (Red+Green+Blue) = 247+80+192=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F750C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F750C0 is #08AF3F. Grayscale: #8E8E8E. Windows color (decimal): -569152 or 12603639. OLE color: 12603639.

HSL color Cylindrical-coordinate representation of color #F750C0: hue angle of 319.76º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F750C0 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 192 -
CMYK 0 0.68 0.22 0.03
HSL 319.76º 0.91% 0.64% -
HSV(B) 319.76º 0.68% 0.97% -
XYZ 50.74 29.32 52.85 -
YUV 142.7 155.83 202.39 -
System Red Green Blue C M Y K H S L
Decimal 247 80 192 0 0.68 0.22 0.03 319.76 0.91 0.64
Hex F7 50 C0 0 44 16 3 140 5B 40
Octal 367 120 300 0 104 26 3 500 133 100
Binary 11110111 1010000 11000000 0 1000100 10110 11 101000000 1011011 1000000

Color Harmonies of #F750C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F750C0

Black with #F750C0

Text Example


Text Example

White with #F750C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F750C0; }

 p { color: rgb(247,80,192); }

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

background-color css

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

 a { background-color: rgb(247,80,192); }

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

border-color css

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

 span { border-color: rgb(247,80,192); }

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