#F668CA

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

Shades of Neon Pink #F668CA

Tints of Neon Pink #F668CA

Color information

#F668CA (or 0xF668CA) is unknown color: approx Neon Pink. HEX triplet: F6, 68 and CA. RGB value is (246,104,202). Sum of RGB (Red+Green+Blue) = 246+104+202=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 104 (41.02% from 255 or 18.84% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F668CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F668CA is #099735. Grayscale: #9D9D9D. Windows color (decimal): -628534 or 13265142. OLE color: 13265142.

HSL color Cylindrical-coordinate representation of color #F668CA: hue angle of 318.59º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F668CA is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB246104202-
CMYK00.580.180.04
HSL318.59º88.75%68.63%-
HSV(B)318.59º57.72%96.47%-
XYZ53.6233.7659.57-
YUV157.63153.04191.03-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.57%
GREEN value IS 104 (41.02% from 255) = 18.84%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=44.57%
G=18.84%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610420200.580.180.04318.5988.7568.63
HexF668CA03A12413f5945
Octal366150312072224477131105
Binary1111011011010001100101001110101001010010011111110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F668CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F668CA; }

 p { color: rgb(246,104,202); }

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

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

 a { background-color: rgb(246,104,202); }

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

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

 span { border-color: rgb(246,104,202); }

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