#F25ECB

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

Shades of Neon Pink #F25ECB

Tints of Neon Pink #F25ECB

Color information

#F25ECB (or 0xF25ECB) is unknown color: approx Neon Pink. HEX triplet: F2, 5E and CB. RGB value is (242,94,203). Sum of RGB (Red+Green+Blue) = 242+94+203=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F25ECB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25ECB is #0DA134. Grayscale: #969696. Windows color (decimal): -893237 or 13328114. OLE color: 13328114.

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

Color convert

RGB24294203-
CMYK00.610.160.05
HSL315.81º85.06%65.88%-
HSV(B)315.81º61.16%94.9%-
XYZ51.431.1959.81-
YUV150.68157.53193.14-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.90%
GREEN value IS 94 (37.11% from 255) = 17.44%
BLUE value IS 203 (79.69% from 255) = 37.66%
R=44.90%
G=17.44%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429420300.610.160.05315.8185.0665.88
HexF25ECB03D10513c5542
Octal362136313075205474125102
Binary1111001010111101100101101111011000010110011110010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25ECB; }

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

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

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

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

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

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

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

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