#f266bd

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

Shades of Neon Pink #F266BD

Tints of Neon Pink #F266BD

Color information

#F266BD (or 0xF266BD) is unknown color: approx Neon Pink. HEX triplet: F2, 66 and BD. RGB value is (242,102,189). Sum of RGB (Red+Green+Blue) = 242+102+189=533 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.40% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 242 - color contains mainly: red. Hex color #F266BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266BD is #0D9942. Grayscale: #999999. Windows color (decimal): -891203 or 12412658. OLE color: 12412658.

HSL color Cylindrical-coordinate representation of color #F266BD: hue angle of 322.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F266BD is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB242102189-
CMYK00.580.220.05
HSL322.71º84.34%67.45%-
HSV(B)322.71º57.85%94.9%-
XYZ50.5532.0551.67-
YUV153.78147.88190.93-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.40%
GREEN value IS 102 (40.23% from 255) = 19.14%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=45.40%
G=19.14%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210218900.580.220.05322.7184.3467.45
HexF266BD03A1651435443
Octal362146275072265503124103
Binary1111001011001101011110101110101011010110100001110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f266bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f266bd; }

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

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

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

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

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

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

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

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