Html Css Color HEX #F75FCC Neon Pink

📋 copy color: '#F75FCC'

red 247 ◦ green 95 ◦ blue 204

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

Shades of Neon Pink #F75FCC

Tints of Neon Pink #F75FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.4%

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

R = 45.24%
G = 17.4%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F75FCC (or 0xF75FCC) is known color: Neon Pink. HEX triplet: F7, 5F and CC. RGB value is (247,95,204). Sum of RGB (Red+Green+Blue) = 247+95+204=546 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.24% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 247 - color contains mainly: red. Hex color #F75FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75FCC is #08A033. Grayscale: #989898. Windows color (decimal): -565300 or 13393911. OLE color: 13393911.

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

Color convert

RGB 247 95 204 -
CMYK 0 0.62 0.17 0.03
HSL 316.97º 0.9% 0.67% -
HSV(B) 316.97º 0.62% 0.97% -
XYZ 53.35 32.32 60.55 -
YUV 152.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 247 95 204 0 0.62 0.17 0.03 316.97 0.9 0.67
Hex F7 5F CC 0 3E 11 3 13D 5A 43
Octal 367 137 314 0 76 21 3 475 132 103
Binary 11110111 1011111 11001100 0 111110 10001 11 100111101 1011010 1000011

Color Harmonies of #F75FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75FCC

Black with #F75FCC

Text Example


Text Example

White with #F75FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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