#f25ec8

Color #F25EC8 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F25EC8

Tints of Neon Pink #F25EC8

Color information

#F25EC8 (or 0xF25EC8) is unknown color: approx Neon Pink. HEX triplet: F2, 5E and C8. RGB value is (242,94,200). Sum of RGB (Red+Green+Blue) = 242+94+200=536 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.15% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EC8 is #0DA137. Grayscale: #969696. Windows color (decimal): -893240 or 13131506. OLE color: 13131506.

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

Color convert

RGB24294200-
CMYK00.610.170.05
HSL317.03º85.06%65.88%-
HSV(B)317.03º61.16%94.9%-
XYZ51.0531.0557.95-
YUV150.34156.03193.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.15%
GREEN value IS 94 (37.11% from 255) = 17.54%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=45.15%
G=17.54%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429420000.610.170.05317.0385.0665.88
HexF25EC803D11513d5542
Octal362136310075215475125102
Binary1111001010111101100100001111011000110110011110110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f25ec8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f25ec8; }

 p { color: rgb(242,94,200); }

 H1.HeaderClassName
 {
   color: #f25ec8;
 }
 .AnyTagClassName
 {
   color: #f25ec8;
 }
</style>
background-color css

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

 a { background-color: rgb(242,94,200); }

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

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

 span { border-color: rgb(242,94,200); }

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