#F06BBD

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

Shades of Neon Pink #F06BBD

Tints of Neon Pink #F06BBD

Color information

#F06BBD (or 0xF06BBD) is unknown color: approx Neon Pink. HEX triplet: F0, 6B and BD. RGB value is (240,107,189). Sum of RGB (Red+Green+Blue) = 240+107+189=536 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.78% from 536); Green value is 107 (42.19% from 255 or 19.96% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 240 - color contains mainly: red. Hex color #F06BBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F06BBD is #0F9442. Grayscale: #9B9B9B. Windows color (decimal): -1020995 or 12413936. OLE color: 12413936.

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

Color convert

RGB240107189-
CMYK00.550.210.06
HSL323.01º81.6%68.04%-
HSV(B)323.01º55.42%94.12%-
XYZ50.3832.7151.8-
YUV156.11146.56187.83-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.78%
GREEN value IS 107 (42.19% from 255) = 19.96%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=44.78%
G=19.96%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010718900.550.210.06323.0181.668.04
HexF06BBD0371561435244
Octal360153275067256503122104
Binary1111000011010111011110101101111010111010100001110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06BBD; }

 p { color: rgb(240,107,189); }

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

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

 a { background-color: rgb(240,107,189); }

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

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

 span { border-color: rgb(240,107,189); }

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