#f254c5

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

Shades of Neon Pink #F254C5

Tints of Neon Pink #F254C5

Color information

#F254C5 (or 0xF254C5) is unknown color: approx Neon Pink. HEX triplet: F2, 54 and C5. RGB value is (242,84,197). Sum of RGB (Red+Green+Blue) = 242+84+197=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 84 (33.20% from 255 or 16.06% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F254C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F254C5 is #0DAB3A. Grayscale: #8F8F8F. Windows color (decimal): -895803 or 12932338. OLE color: 12932338.

HSL color Cylindrical-coordinate representation of color #F254C5: hue angle of 317.09º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F254C5 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB24284197-
CMYK00.650.190.05
HSL317.09º85.87%63.92%-
HSV(B)317.09º65.29%94.9%-
XYZ49.8729.2555.84-
YUV144.12157.85197.81-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 84 (33.20% from 255) = 16.06%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=46.27%
G=16.06%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428419700.650.190.05317.0985.8763.92
HexF254C504113513d5640
Octal3621243050101235475126100
Binary11110010101010011000101010000011001110110011110110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f254c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f254c5; }

 p { color: rgb(242,84,197); }

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

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

 a { background-color: rgb(242,84,197); }

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

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

 span { border-color: rgb(242,84,197); }

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