#F268C4

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

Shades of Neon Pink #F268C4

Tints of Neon Pink #F268C4

Color information

#F268C4 (or 0xF268C4) is unknown color: approx Neon Pink. HEX triplet: F2, 68 and C4. RGB value is (242,104,196). Sum of RGB (Red+Green+Blue) = 242+104+196=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F268C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F268C4 is #0D973B. Grayscale: #9B9B9B. Windows color (decimal): -890684 or 12871922. OLE color: 12871922.

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

Color convert

RGB242104196-
CMYK00.570.190.05
HSL320º84.15%67.84%-
HSV(B)320º57.02%94.9%-
XYZ51.5332.7655.83-
YUV155.75150.72189.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.65%
GREEN value IS 104 (41.02% from 255) = 19.19%
BLUE value IS 196 (76.95% from 255) = 36.16%
R=44.65%
G=19.19%
B=36.16%

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
Decimal24210419600.570.190.0532084.1567.84
HexF268C40391351405444
Octal362150304071235500124104
Binary1111001011010001100010001110011001110110100000010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F268C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F268C4; }

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

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

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

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

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

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

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

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