#F269C3

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

Shades of Neon Pink #F269C3

Tints of Neon Pink #F269C3

Color information

#F269C3 (or 0xF269C3) is unknown color: approx Neon Pink. HEX triplet: F2, 69 and C3. RGB value is (242,105,195). Sum of RGB (Red+Green+Blue) = 242+105+195=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F269C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269C3 is #0D963C. Grayscale: #9B9B9B. Windows color (decimal): -890429 or 12806642. OLE color: 12806642.

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

Color convert

RGB242105195-
CMYK00.570.190.05
HSL320.58º84.05%68.04%-
HSV(B)320.58º56.61%94.9%-
XYZ51.5232.9255.27-
YUV156.22149.89189.18-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.65%
GREEN value IS 105 (41.41% from 255) = 19.37%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=44.65%
G=19.37%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210519500.570.190.05320.5884.0568.04
HexF269C30391351415444
Octal362151303071235501124104
Binary1111001011010011100001101110011001110110100000110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F269C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F269C3; }

 p { color: rgb(242,105,195); }

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

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

 a { background-color: rgb(242,105,195); }

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

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

 span { border-color: rgb(242,105,195); }

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