Html Css Color HEX #F15EC7 Neon Pink

📋 copy color: '#F15EC7'

red 241 ◦ green 94 ◦ blue 199

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

Shades of Neon Pink #F15EC7

Tints of Neon Pink #F15EC7

RGB

 RED value IS 241 (94.53% from 255) = 45.13%

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

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

R = 45.13%
G = 17.6%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F15EC7 (or 0xF15EC7) is known color: Neon Pink. HEX triplet: F1, 5E and C7. RGB value is (241,94,199). Sum of RGB (Red+Green+Blue) = 241+94+199=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 94 (37.11% from 255 or 17.60% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC7 is #0EA138. Grayscale: #959595. Windows color (decimal): -958777 or 13065969. OLE color: 13065969.

HSL color Cylindrical-coordinate representation of color #F15EC7: hue angle of 317.14º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15EC7 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 94 199 -
CMYK 0 0.61 0.17 0.05
HSL 317.14º 0.84% 0.66% -
HSV(B) 317.14º 0.61% 0.95% -
XYZ 50.59 30.83 57.32 -
YUV 149.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 241 94 199 0 0.61 0.17 0.05 317.14 0.84 0.66
Hex F1 5E C7 0 3D 11 5 13D 54 42
Octal 361 136 307 0 75 21 5 475 124 102
Binary 11110001 1011110 11000111 0 111101 10001 101 100111101 1010100 1000010

Color Harmonies of #F15EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15EC7

Black with #F15EC7

Text Example


Text Example

White with #F15EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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