#F267C6

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

Shades of Neon Pink #F267C6

Tints of Neon Pink #F267C6

Color information

#F267C6 (or 0xF267C6) is unknown color: approx Neon Pink. HEX triplet: F2, 67 and C6. RGB value is (242,103,198). Sum of RGB (Red+Green+Blue) = 242+103+198=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F267C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267C6 is #0D9839. Grayscale: #9B9B9B. Windows color (decimal): -890938 or 13002738. OLE color: 13002738.

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

Color convert

RGB242103198-
CMYK00.570.180.05
HSL318.99º84.24%67.65%-
HSV(B)318.99º57.44%94.9%-
XYZ51.6632.6557.01-
YUV155.39152.05189.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.57%
GREEN value IS 103 (40.62% from 255) = 18.97%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=44.57%
G=18.97%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24210319800.570.180.05318.9984.2467.65
HexF267C603912513f5444
Octal362147306071225477124104
Binary1111001011001111100011001110011001010110011111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F267C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F267C6; }

 p { color: rgb(242,103,198); }

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

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

 a { background-color: rgb(242,103,198); }

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

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

 span { border-color: rgb(242,103,198); }

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