#F066BD

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

Shades of Neon Pink #F066BD

Tints of Neon Pink #F066BD

Color information

#F066BD (or 0xF066BD) is unknown color: approx Neon Pink. HEX triplet: F0, 66 and BD. RGB value is (240,102,189). Sum of RGB (Red+Green+Blue) = 240+102+189=531 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.20% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 240 - color contains mainly: red. Hex color #F066BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F066BD is #0F9942. Grayscale: #989898. Windows color (decimal): -1022275 or 12412656. OLE color: 12412656.

HSL color Cylindrical-coordinate representation of color #F066BD: hue angle of 322.17º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F066BD is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB240102189-
CMYK00.580.210.06
HSL322.17º82.14%67.06%-
HSV(B)322.17º57.5%94.12%-
XYZ49.8731.751.63-
YUV153.18148.22189.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.20%
GREEN value IS 102 (40.23% from 255) = 19.21%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=45.20%
G=19.21%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010218900.580.210.06322.1782.1467.06
HexF066BD03A1561425243
Octal360146275072256502122103
Binary1111000011001101011110101110101010111010100001010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F066BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F066BD; }

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

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

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

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

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

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

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

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