#F455C1

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

Shades of Neon Pink #F455C1

Tints of Neon Pink #F455C1

Color information

#F455C1 (or 0xF455C1) is unknown color: approx Neon Pink. HEX triplet: F4, 55 and C1. RGB value is (244,85,193). Sum of RGB (Red+Green+Blue) = 244+85+193=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 193 (75.78% from 255 or 36.97% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F455C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F455C1 is #0BAA3E. Grayscale: #909090. Windows color (decimal): -764479 or 12670452. OLE color: 12670452.

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

Color convert

RGB24485193-
CMYK00.650.210.04
HSL319.25º87.85%64.51%-
HSV(B)319.25º65.16%95.69%-
XYZ50.1829.5853.52-
YUV144.85155.18198.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.74%
GREEN value IS 85 (33.59% from 255) = 16.28%
BLUE value IS 193 (75.78% from 255) = 36.97%
R=46.74%
G=16.28%
B=36.97%

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
Decimal2448519300.650.210.04319.2587.8564.51
HexF455C104115413f5841
Octal3641253010101254477130101
Binary11110100101010111000001010000011010110010011111110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F455C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F455C1; }

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

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

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

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

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

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

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

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