#FF6DC0

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

Shades of Neon Pink #FF6DC0

Tints of Neon Pink #FF6DC0

Color information

#FF6DC0 (or 0xFF6DC0) is unknown color: approx Neon Pink. HEX triplet: FF, 6D and C0. RGB value is (255,109,192). Sum of RGB (Red+Green+Blue) = 255+109+192=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DC0 is #00923F. Grayscale: #A1A1A1. Windows color (decimal): -37440 or 12611071. OLE color: 12611071.

HSL color Cylindrical-coordinate representation of color #FF6DC0: hue angle of 325.89º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6DC0 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255109192-
CMYK00.570.250
HSL325.89º100%71.37%-
HSV(B)325.89º57.25%100%-
XYZ56.223653.86-
YUV162.12144.87194.25-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 109 (42.97% from 255) = 19.60%
BLUE value IS 192 (75.39% from 255) = 34.53%
R=45.86%
G=19.60%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510919200.570.250325.8910071.37
HexFF6DC00391901466447
Octal377155300071310506144107
Binary11111111110110111000000011100111001010100011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6DC0; }

 p { color: rgb(255,109,192); }

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

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

 a { background-color: rgb(255,109,192); }

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

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

 span { border-color: rgb(255,109,192); }

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