#FF6CCB

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

Shades of Neon Pink #FF6CCB

Tints of Neon Pink #FF6CCB

Color information

#FF6CCB (or 0xFF6CCB) is unknown color: approx Neon Pink. HEX triplet: FF, 6C and CB. RGB value is (255,108,203). Sum of RGB (Red+Green+Blue) = 255+108+203=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 108 (42.58% from 255 or 19.08% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF6CCB is #009334. Grayscale: #A2A2A2. Windows color (decimal): -37685 or 13331711. OLE color: 13331711.

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

Color convert

RGB255108203-
CMYK00.580.200
HSL321.22º100%71.18%-
HSV(B)321.22º57.65%100%-
XYZ57.3836.360.48-
YUV162.78150.7193.78-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 108 (42.58% from 255) = 19.08%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=45.05%
G=19.08%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510820300.580.200321.2210071.18
HexFF6CCB03A1401416447
Octal377154313072240501144107
Binary11111111110110011001011011101010100010100000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6CCB; }

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

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

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

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

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

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

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

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