#F453C6

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

Shades of Neon Pink #F453C6

Tints of Neon Pink #F453C6

Color information

#F453C6 (or 0xF453C6) is unknown color: approx Neon Pink. HEX triplet: F4, 53 and C6. RGB value is (244,83,198). Sum of RGB (Red+Green+Blue) = 244+83+198=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 83 (32.81% from 255 or 15.81% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F453C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F453C6 is #0BAC39. Grayscale: #8F8F8F. Windows color (decimal): -764986 or 12997620. OLE color: 12997620.

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

Color convert

RGB24483198-
CMYK00.660.190.04
HSL317.14º87.98%64.12%-
HSV(B)317.14º65.98%95.69%-
XYZ50.5929.556.45-
YUV144.25158.34199.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 46.48%
GREEN value IS 83 (32.81% from 255) = 15.81%
BLUE value IS 198 (77.73% from 255) = 37.71%
R=46.48%
G=15.81%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448319800.660.190.04317.1487.9864.12
HexF453C604213413d5840
Octal3641233060102234475130100
Binary11110100101001111000110010000101001110010011110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F453C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F453C6; }

 p { color: rgb(244,83,198); }

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

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

 a { background-color: rgb(244,83,198); }

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

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

 span { border-color: rgb(244,83,198); }

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