Html Css Color HEX #F75ECF Neon Pink

📋 copy color: '#F75ECF'

red 247 ◦ green 94 ◦ blue 207

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

Shades of Neon Pink #F75ECF

Tints of Neon Pink #F75ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.77%

R = 45.07%
G = 17.15%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F75ECF (or 0xF75ECF) is known color: Neon Pink. HEX triplet: F7, 5E and CF. RGB value is (247,94,207). Sum of RGB (Red+Green+Blue) = 247+94+207=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 94 (37.11% from 255 or 17.15% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F75ECF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75ECF is #08A130. Grayscale: #989898. Windows color (decimal): -565553 or 13590263. OLE color: 13590263.

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

Color convert

RGB 247 94 207 -
CMYK 0 0.62 0.16 0.03
HSL 315.69º 0.91% 0.67% -
HSV(B) 315.69º 0.62% 0.97% -
XYZ 53.62 32.28 62.44 -
YUV 152.63 158.69 195.31 -
System Red Green Blue C M Y K H S L
Decimal 247 94 207 0 0.62 0.16 0.03 315.69 0.91 0.67
Hex F7 5E CF 0 3E 10 3 13C 5B 43
Octal 367 136 317 0 76 20 3 474 133 103
Binary 11110111 1011110 11001111 0 111110 10000 11 100111100 1011011 1000011

Color Harmonies of #F75ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75ECF

Black with #F75ECF

Text Example


Text Example

White with #F75ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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