#F25DBF

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

Shades of Neon Pink #F25DBF

Tints of Neon Pink #F25DBF

Color information

#F25DBF (or 0xF25DBF) is unknown color: approx Neon Pink. HEX triplet: F2, 5D and BF. RGB value is (242,93,191). Sum of RGB (Red+Green+Blue) = 242+93+191=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DBF is #0DA240. Grayscale: #949494. Windows color (decimal): -893505 or 12541426. OLE color: 12541426.

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

Color convert

RGB24293191-
CMYK00.620.210.05
HSL320.54º85.14%65.69%-
HSV(B)320.54º61.57%94.9%-
XYZ49.9430.4752.54-
YUV148.72151.86194.53-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.01%
GREEN value IS 93 (36.72% from 255) = 17.68%
BLUE value IS 191 (75% from 255) = 36.31%
R=46.01%
G=17.68%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2429319100.620.210.05320.5485.1465.69
HexF25DBF03E1551415542
Octal362135277076255501125102
Binary1111001010111011011111101111101010110110100000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25DBF; }

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

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

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

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

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

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

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

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