#F455C0

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

Shades of Neon Pink #F455C0

Tints of Neon Pink #F455C0

Color information

#F455C0 (or 0xF455C0) is unknown color: approx Neon Pink. HEX triplet: F4, 55 and C0. RGB value is (244,85,192). Sum of RGB (Red+Green+Blue) = 244+85+192=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 85 (33.59% from 255 or 16.31% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F455C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455C0 is #0BAA3F. Grayscale: #909090. Windows color (decimal): -764480 or 12604916. OLE color: 12604916.

HSL color Cylindrical-coordinate representation of color #F455C0: hue angle of 319.62º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F455C0 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB24485192-
CMYK00.650.210.04
HSL319.62º87.85%64.51%-
HSV(B)319.62º65.16%95.69%-
XYZ50.0729.5452.93-
YUV144.74154.68198.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.83%
GREEN value IS 85 (33.59% from 255) = 16.31%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=46.83%
G=16.31%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448519200.650.210.04319.6287.8564.51
HexF455C00411541405841
Octal3641253000101254500130101
Binary11110100101010111000000010000011010110010100000010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F455C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F455C0; }

 p { color: rgb(244,85,192); }

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

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

 a { background-color: rgb(244,85,192); }

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

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

 span { border-color: rgb(244,85,192); }

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