#F455C2

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

Shades of Neon Pink #F455C2

Tints of Neon Pink #F455C2

Color information

#F455C2 (or 0xF455C2) is unknown color: approx Neon Pink. HEX triplet: F4, 55 and C2. RGB value is (244,85,194). Sum of RGB (Red+Green+Blue) = 244+85+194=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 85 (33.59% from 255 or 16.25% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F455C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455C2 is #0BAA3D. Grayscale: #909090. Windows color (decimal): -764478 or 12735988. OLE color: 12735988.

HSL color Cylindrical-coordinate representation of color #F455C2: hue angle of 318.87º 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 #F455C2 is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB24485194-
CMYK00.650.200.04
HSL318.87º87.85%64.51%-
HSV(B)318.87º65.16%95.69%-
XYZ50.2929.6354.11-
YUV144.97155.68198.64-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.65%
GREEN value IS 85 (33.59% from 255) = 16.25%
BLUE value IS 194 (76.17% from 255) = 37.09%
R=46.65%
G=16.25%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448519400.650.200.04318.8787.8564.51
HexF455C204114413f5841
Octal3641253020101244477130101
Binary11110100101010111000010010000011010010010011111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F455C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F455C2; }

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

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

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

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

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

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

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

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