#FF6DCB

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

Shades of Neon Pink #FF6DCB

Tints of Neon Pink #FF6DCB

Color information

#FF6DCB (or 0xFF6DCB) is unknown color: approx Neon Pink. HEX triplet: FF, 6D and CB. RGB value is (255,109,203). Sum of RGB (Red+Green+Blue) = 255+109+203=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 109 (42.97% from 255 or 19.22% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6DCB is #009234. Grayscale: #A3A3A3. Windows color (decimal): -37429 or 13331967. OLE color: 13331967.

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

Color convert

RGB255109203-
CMYK00.570.200
HSL321.37º100%71.37%-
HSV(B)321.37º57.25%100%-
XYZ57.4936.5160.52-
YUV163.37150.37193.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.97%
GREEN value IS 109 (42.97% from 255) = 19.22%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=44.97%
G=19.22%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510920300.570.200321.3710071.37
HexFF6DCB0391401416447
Octal377155313071240501144107
Binary11111111110110111001011011100110100010100000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6DCB; }

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

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

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

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

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

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

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

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