Html Css Color HEX #F05EC7 Neon Pink

📋 copy color: '#F05EC7'

red 240 ◦ green 94 ◦ blue 199

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

Shades of Neon Pink #F05EC7

Tints of Neon Pink #F05EC7

RGB

 RED value IS 240 (94.14% from 255) = 45.03%

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 45.03%
G = 17.64%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#F05EC7 (or 0xF05EC7) is known color: Neon Pink. HEX triplet: F0, 5E and C7. RGB value is (240,94,199). Sum of RGB (Red+Green+Blue) = 240+94+199=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 94 (37.11% from 255 or 17.64% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F05EC7 is #0FA138. Grayscale: #959595. Windows color (decimal): -1024313 or 13065968. OLE color: 13065968.

HSL color Cylindrical-coordinate representation of color #F05EC7: hue angle of 316.85º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EC7 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 199 -
CMYK 0 0.61 0.17 0.06
HSL 316.85º 0.83% 0.65% -
HSV(B) 316.85º 0.61% 0.94% -
XYZ 50.25 30.65 57.3 -
YUV 149.62 155.87 192.46 -
System Red Green Blue C M Y K H S L
Decimal 240 94 199 0 0.61 0.17 0.06 316.85 0.83 0.65
Hex F0 5E C7 0 3D 11 6 13D 53 41
Octal 360 136 307 0 75 21 6 475 123 101
Binary 11110000 1011110 11000111 0 111101 10001 110 100111101 1010011 1000001

Color Harmonies of #F05EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05EC7

Black with #F05EC7

Text Example


Text Example

White with #F05EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05EC7; }

 p { color: rgb(240,94,199); }

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

background-color css

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

 a { background-color: rgb(240,94,199); }

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

border-color css

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

 span { border-color: rgb(240,94,199); }

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