#F269C4

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

Shades of Neon Pink #F269C4

Tints of Neon Pink #F269C4

Color information

#F269C4 (or 0xF269C4) is unknown color: approx Neon Pink. HEX triplet: F2, 69 and C4. RGB value is (242,105,196). Sum of RGB (Red+Green+Blue) = 242+105+196=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F269C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F269C4 is #0D963B. Grayscale: #9C9C9C. Windows color (decimal): -890428 or 12872178. OLE color: 12872178.

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

Color convert

RGB242105196-
CMYK00.570.190.05
HSL320.15º84.05%68.04%-
HSV(B)320.15º56.61%94.9%-
XYZ51.6332.9755.87-
YUV156.34150.39189.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 105 (41.41% from 255) = 19.34%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=44.57%
G=19.34%
B=36.10%

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
Decimal24210519600.570.190.05320.1584.0568.04
HexF269C40391351405444
Octal362151304071235500124104
Binary1111001011010011100010001110011001110110100000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F269C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F269C4; }

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

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

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

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

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

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

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

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