Html Css Color HEX #F758C5 Neon Pink

📋 copy color: '#F758C5'

red 247 ◦ green 88 ◦ blue 197

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

Shades of Neon Pink #F758C5

Tints of Neon Pink #F758C5

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.54%

 BLUE value IS 197 (77.34% from 255) = 37.03%

R = 46.43%
G = 16.54%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F758C5 (or 0xF758C5) is known color: Neon Pink. HEX triplet: F7, 58 and C5. RGB value is (247,88,197). Sum of RGB (Red+Green+Blue) = 247+88+197=532 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.43% from 532); Green value is 88 (34.77% from 255 or 16.54% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 247 - color contains mainly: red. Hex color #F758C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F758C5 is #08A73A. Grayscale: #939393. Windows color (decimal): -567099 or 12933367. OLE color: 12933367.

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

Color convert

RGB 247 88 197 -
CMYK 0 0.64 0.20 0.03
HSL 318.87º 0.91% 0.66% -
HSV(B) 318.87º 0.64% 0.97% -
XYZ 51.93 30.78 56.03 -
YUV 147.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 247 88 197 0 0.64 0.20 0.03 318.87 0.91 0.66
Hex F7 58 C5 0 40 14 3 13F 5B 42
Octal 367 130 305 0 100 24 3 477 133 102
Binary 11110111 1011000 11000101 0 1000000 10100 11 100111111 1011011 1000010

Color Harmonies of #F758C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F758C5

Black with #F758C5

Text Example


Text Example

White with #F758C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F758C5; }

 p { color: rgb(247,88,197); }

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

background-color css

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

 a { background-color: rgb(247,88,197); }

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

border-color css

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

 span { border-color: rgb(247,88,197); }

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