#F463CD

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

Shades of Neon Pink #F463CD

Tints of Neon Pink #F463CD

Color information

#F463CD (or 0xF463CD) is unknown color: approx Neon Pink. HEX triplet: F4, 63 and CD. RGB value is (244,99,205). Sum of RGB (Red+Green+Blue) = 244+99+205=548 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.53% from 548); Green value is 99 (39.06% from 255 or 18.07% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 244 - color contains mainly: red. Hex color #F463CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F463CD is #0B9C32. Grayscale: #9A9A9A. Windows color (decimal): -760883 or 13460468. OLE color: 13460468.

HSL color Cylindrical-coordinate representation of color #F463CD: hue angle of 316.14º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F463CD is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB24499205-
CMYK00.590.160.04
HSL316.14º86.83%67.25%-
HSV(B)316.14º59.43%95.69%-
XYZ52.7932.5661.26-
YUV154.44156.54191.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.53%
GREEN value IS 99 (39.06% from 255) = 18.07%
BLUE value IS 205 (80.47% from 255) = 37.41%
R=44.53%
G=18.07%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449920500.590.160.04316.1486.8367.25
HexF463CD03B10413c5743
Octal364143315073204474127103
Binary1111010011000111100110101110111000010010011110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F463CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F463CD; }

 p { color: rgb(244,99,205); }

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

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

 a { background-color: rgb(244,99,205); }

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

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

 span { border-color: rgb(244,99,205); }

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