Html Css Color HEX #F15EC4 Neon Pink

📋 copy color: '#F15EC4'

red 241 ◦ green 94 ◦ blue 196

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

Shades of Neon Pink #F15EC4

Tints of Neon Pink #F15EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.91%

R = 45.39%
G = 17.7%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F15EC4 (or 0xF15EC4) is known color: Neon Pink. HEX triplet: F1, 5E and C4. RGB value is (241,94,196). Sum of RGB (Red+Green+Blue) = 241+94+196=531 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.39% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F15EC4 is #0EA13B. Grayscale: #959595. Windows color (decimal): -958780 or 12869361. OLE color: 12869361.

HSL color Cylindrical-coordinate representation of color #F15EC4: hue angle of 318.37º 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 #F15EC4 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 94 196 -
CMYK 0 0.61 0.19 0.05
HSL 318.37º 0.84% 0.66% -
HSV(B) 318.37º 0.61% 0.95% -
XYZ 50.24 30.69 55.5 -
YUV 149.58 154.2 193.21 -
System Red Green Blue C M Y K H S L
Decimal 241 94 196 0 0.61 0.19 0.05 318.37 0.84 0.66
Hex F1 5E C4 0 3D 13 5 13E 54 42
Octal 361 136 304 0 75 23 5 476 124 102
Binary 11110001 1011110 11000100 0 111101 10011 101 100111110 1010100 1000010

Color Harmonies of #F15EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15EC4

Black with #F15EC4

Text Example


Text Example

White with #F15EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15EC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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