#F25EBF

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

Shades of Neon Pink #F25EBF

Tints of Neon Pink #F25EBF

Color information

#F25EBF (or 0xF25EBF) is unknown color: approx Neon Pink. HEX triplet: F2, 5E and BF. RGB value is (242,94,191). Sum of RGB (Red+Green+Blue) = 242+94+191=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F25EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25EBF is #0DA140. Grayscale: #959595. Windows color (decimal): -893249 or 12541682. OLE color: 12541682.

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

Color convert

RGB24294191-
CMYK00.610.210.05
HSL320.68º85.06%65.88%-
HSV(B)320.68º61.16%94.9%-
XYZ50.0230.6452.57-
YUV149.31151.53194.11-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 94 (37.11% from 255) = 17.84%
BLUE value IS 191 (75% from 255) = 36.24%
R=45.92%
G=17.84%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429419100.610.210.05320.6885.0665.88
HexF25EBF03D1551415542
Octal362136277075255501125102
Binary1111001010111101011111101111011010110110100000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25EBF; }

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

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

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

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

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

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

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

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