#F278CC

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

Shades of Neon Pink #F278CC

Tints of Neon Pink #F278CC

Color information

#F278CC (or 0xF278CC) is unknown color: approx Neon Pink. HEX triplet: F2, 78 and CC. RGB value is (242,120,204). Sum of RGB (Red+Green+Blue) = 242+120+204=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F278CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F278CC is #0D8733. Grayscale: #A5A5A5. Windows color (decimal): -886580 or 13400306. OLE color: 13400306.

HSL color Cylindrical-coordinate representation of color #F278CC: hue angle of 318.69º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F278CC is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242120204-
CMYK00.500.160.05
HSL318.69º82.43%70.98%-
HSV(B)318.69º50.41%94.9%-
XYZ54.2336.6761.35-
YUV166.05149.42182.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 120 (47.27% from 255) = 21.20%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=42.76%
G=21.20%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212020400.500.160.05318.6982.4370.98
HexF278CC03210513f5247
Octal362170314062205477122107
Binary1111001011110001100110001100101000010110011111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F278CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F278CC; }

 p { color: rgb(242,120,204); }

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

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

 a { background-color: rgb(242,120,204); }

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

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

 span { border-color: rgb(242,120,204); }

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