#F063C8

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

Shades of Neon Pink #F063C8

Tints of Neon Pink #F063C8

Color information

#F063C8 (or 0xF063C8) is unknown color: approx Neon Pink. HEX triplet: F0, 63 and C8. RGB value is (240,99,200). Sum of RGB (Red+Green+Blue) = 240+99+200=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F063C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F063C8 is #0F9C37. Grayscale: #989898. Windows color (decimal): -1023032 or 13132784. OLE color: 13132784.

HSL color Cylindrical-coordinate representation of color #F063C8: hue angle of 317.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F063C8 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB24099200-
CMYK00.590.170.06
HSL317.02º82.46%66.47%-
HSV(B)317.02º58.75%94.12%-
XYZ50.8231.6258.07-
YUV152.67154.71190.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.53%
GREEN value IS 99 (39.06% from 255) = 18.37%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=44.53%
G=18.37%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409920000.590.170.06317.0282.4666.47
HexF063C803B11613d5242
Octal360143310073216475122102
Binary1111000011000111100100001110111000111010011110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F063C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F063C8; }

 p { color: rgb(240,99,200); }

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

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

 a { background-color: rgb(240,99,200); }

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

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

 span { border-color: rgb(240,99,200); }

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