Html Css Color HEX #F75ECC Neon Pink

📋 copy color: '#F75ECC'

red 247 ◦ green 94 ◦ blue 204

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

Shades of Neon Pink #F75ECC

Tints of Neon Pink #F75ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.25%

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

R = 45.32%
G = 17.25%
B = 37.43%

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

#F75ECC (or 0xF75ECC) is known color: Neon Pink. HEX triplet: F7, 5E and CC. RGB value is (247,94,204). Sum of RGB (Red+Green+Blue) = 247+94+204=545 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.32% from 545); Green value is 94 (37.11% from 255 or 17.25% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ECC is #08A133. Grayscale: #989898. Windows color (decimal): -565556 or 13393655. OLE color: 13393655.

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

Color convert

RGB 247 94 204 -
CMYK 0 0.62 0.17 0.03
HSL 316.86º 0.91% 0.67% -
HSV(B) 316.86º 0.62% 0.97% -
XYZ 53.26 32.14 60.52 -
YUV 152.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 247 94 204 0 0.62 0.17 0.03 316.86 0.91 0.67
Hex F7 5E CC 0 3E 11 3 13D 5B 43
Octal 367 136 314 0 76 21 3 475 133 103
Binary 11110111 1011110 11001100 0 111110 10001 11 100111101 1011011 1000011

Color Harmonies of #F75ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75ECC

Black with #F75ECC

Text Example


Text Example

White with #F75ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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