#F25DC0

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

Shades of Neon Pink #F25DC0

Tints of Neon Pink #F25DC0

Color information

#F25DC0 (or 0xF25DC0) is unknown color: approx Neon Pink. HEX triplet: F2, 5D and C0. RGB value is (242,93,192). Sum of RGB (Red+Green+Blue) = 242+93+192=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F25DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F25DC0 is #0DA23F. Grayscale: #949494. Windows color (decimal): -893504 or 12606962. OLE color: 12606962.

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

Color convert

RGB24293192-
CMYK00.620.210.05
HSL320.13º85.14%65.69%-
HSV(B)320.13º61.57%94.9%-
XYZ50.0530.5153.12-
YUV148.84152.36194.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.92%
GREEN value IS 93 (36.72% from 255) = 17.65%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=45.92%
G=17.65%
B=36.43%

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
Decimal2429319200.620.210.05320.1385.1465.69
HexF25DC003E1551405542
Octal362135300076255500125102
Binary1111001010111011100000001111101010110110100000010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25DC0; }

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

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

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

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

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

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

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

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