#F267C7

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

Shades of Neon Pink #F267C7

Tints of Neon Pink #F267C7

Color information

#F267C7 (or 0xF267C7) is unknown color: approx Neon Pink. HEX triplet: F2, 67 and C7. RGB value is (242,103,199). Sum of RGB (Red+Green+Blue) = 242+103+199=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 242 - color contains mainly: red. Hex color #F267C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F267C7 is #0D9838. Grayscale: #9B9B9B. Windows color (decimal): -890937 or 13068274. OLE color: 13068274.

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

Color convert

RGB242103199-
CMYK00.570.180.05
HSL318.56º84.24%67.65%-
HSV(B)318.56º57.44%94.9%-
XYZ51.7832.757.62-
YUV155.51152.55189.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.49%
GREEN value IS 103 (40.62% from 255) = 18.93%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=44.49%
G=18.93%
B=36.58%

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
Decimal24210319900.570.180.05318.5684.2467.65
HexF267C703912513f5444
Octal362147307071225477124104
Binary1111001011001111100011101110011001010110011111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F267C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F267C7; }

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

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

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

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

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

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

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

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