#f266d1

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

Shades of Neon Pink #F266D1

Tints of Neon Pink #F266D1

Color information

#F266D1 (or 0xF266D1) is unknown color: approx Neon Pink. HEX triplet: F2, 66 and D1. RGB value is (242,102,209). Sum of RGB (Red+Green+Blue) = 242+102+209=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F266D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F266D1 is #0D992E. Grayscale: #9B9B9B. Windows color (decimal): -891183 or 13723378. OLE color: 13723378.

HSL color Cylindrical-coordinate representation of color #F266D1: hue angle of 314.14º 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 #F266D1 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB242102209-
CMYK00.580.140.05
HSL314.14º84.34%67.45%-
HSV(B)314.14º57.85%94.9%-
XYZ52.8832.9863.9-
YUV156.06157.88189.3-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.76%
GREEN value IS 102 (40.23% from 255) = 18.44%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=43.76%
G=18.44%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210220900.580.140.05314.1484.3467.45
HexF266D103AE513a5443
Octal362146321072165472124103
Binary111100101100110110100010111010111010110011101010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f266d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f266d1; }

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

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

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

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

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

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

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

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