#F06CCE

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

Shades of Neon Pink #F06CCE

Tints of Neon Pink #F06CCE

Color information

#F06CCE (or 0xF06CCE) is unknown color: approx Neon Pink. HEX triplet: F0, 6C and CE. RGB value is (240,108,206). Sum of RGB (Red+Green+Blue) = 240+108+206=554 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.32% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CCE is #0F9331. Grayscale: #9E9E9E. Windows color (decimal): -1020722 or 13528304. OLE color: 13528304.

HSL color Cylindrical-coordinate representation of color #F06CCE: hue angle of 315.45º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06CCE is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB240108206-
CMYK00.550.140.06
HSL315.45º81.48%68.24%-
HSV(B)315.45º55%94.12%-
XYZ52.4433.7162.13-
YUV158.64154.73186.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.32%
GREEN value IS 108 (42.58% from 255) = 19.49%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=43.32%
G=19.49%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010820600.550.140.06315.4581.4868.24
HexF06CCE037E613b5144
Octal360154316067166473121104
Binary111100001101100110011100110111111011010011101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CCE; }

 p { color: rgb(240,108,206); }

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

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

 a { background-color: rgb(240,108,206); }

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

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

 span { border-color: rgb(240,108,206); }

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