#F06CD2

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

Shades of Neon Pink #F06CD2

Tints of Neon Pink #F06CD2

Color information

#F06CD2 (or 0xF06CD2) is unknown color: approx Neon Pink. HEX triplet: F0, 6C and D2. RGB value is (240,108,210). Sum of RGB (Red+Green+Blue) = 240+108+210=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 210 (82.42% from 255 or 37.63% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CD2 is #0F932D. Grayscale: #9E9E9E. Windows color (decimal): -1020718 or 13790448. OLE color: 13790448.

HSL color Cylindrical-coordinate representation of color #F06CD2: hue angle of 313.64º 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 #F06CD2 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240108210-
CMYK00.550.120.06
HSL313.64º81.48%68.24%-
HSV(B)313.64º55%94.12%-
XYZ52.9333.964.73-
YUV159.1156.73185.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 108 (42.58% from 255) = 19.35%
BLUE value IS 210 (82.42% from 255) = 37.63%
R=43.01%
G=19.35%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010821000.550.120.06313.6481.4868.24
HexF06CD2037C613a5144
Octal360154322067146472121104
Binary111100001101100110100100110111110011010011101010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CD2; }

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

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

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

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

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

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

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

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