#F269BF

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

Shades of Neon Pink #F269BF

Tints of Neon Pink #F269BF

Color information

#F269BF (or 0xF269BF) is unknown color: approx Neon Pink. HEX triplet: F2, 69 and BF. RGB value is (242,105,191). Sum of RGB (Red+Green+Blue) = 242+105+191=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F269BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269BF is #0D9640. Grayscale: #9B9B9B. Windows color (decimal): -890433 or 12544498. OLE color: 12544498.

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

Color convert

RGB242105191-
CMYK00.570.210.05
HSL322.34º84.05%68.04%-
HSV(B)322.34º56.61%94.9%-
XYZ51.0732.7452.92-
YUV155.77147.89189.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.98%
GREEN value IS 105 (41.41% from 255) = 19.52%
BLUE value IS 191 (75% from 255) = 35.50%
R=44.98%
G=19.52%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210519100.570.210.05322.3484.0568.04
HexF269BF0391551425444
Octal362151277071255502124104
Binary1111001011010011011111101110011010110110100001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F269BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F269BF; }

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

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

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

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

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

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

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

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