#F06CD0

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

Shades of Neon Pink #F06CD0

Tints of Neon Pink #F06CD0

Color information

#F06CD0 (or 0xF06CD0) is unknown color: approx Neon Pink. HEX triplet: F0, 6C and D0. RGB value is (240,108,208). Sum of RGB (Red+Green+Blue) = 240+108+208=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F06CD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06CD0 is #0F932F. Grayscale: #9E9E9E. Windows color (decimal): -1020720 or 13659376. OLE color: 13659376.

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

Color convert

RGB240108208-
CMYK00.550.130.06
HSL314.55º81.48%68.24%-
HSV(B)314.55º55%94.12%-
XYZ52.6833.863.42-
YUV158.87155.73185.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.17%
GREEN value IS 108 (42.58% from 255) = 19.42%
BLUE value IS 208 (81.64% from 255) = 37.41%
R=43.17%
G=19.42%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010820800.550.130.06314.5581.4868.24
HexF06CD0037D613b5144
Octal360154320067156473121104
Binary111100001101100110100000110111110111010011101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06CD0; }

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

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

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

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

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

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

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

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